Forum Discussion

glenmetz's avatar
glenmetz
Occasional Contributor
9 years ago
Solved

Chrome Keyword Test failing when Open File dialog box is displayed

I'm attempting to use TC to verify functional testing of a web-based application.  During the test, a file needs to be picked in an Open file dialog box in Chrome. TC bugs out at this point, and can'...
  • Marsha_R's avatar
    Marsha_R
    9 years ago

    I would do a couple of things:

     

    First, check and make sure that the object in question is mapped properly.  Pull it up in the app and then go to the name mapping and try to right-click-Highlight it.  

     

    If the mapping is okay, then put a Delay in the test right before the line with the error and try again.  This gives the object more time to load before you access it.