Forum Discussion

brijmitchell's avatar
brijmitchell
Contributor
11 years ago
Solved

TestComplete 10.5 Unable to click anything in dropdown Menu in IE11

Since we upgraded to 10.5 and started testing against IE11 with our application, we have found that the test is unable to click any of the items in a dropdown menu.

 

The code being used at the moment is using the ClickItem method 

 

<object-path>.ClickItem(index);

 

Please see the screenshot for more information, i have rasied a ticket with Smartbear about this and they asked for my project which i uploaded and that was 1 week ago and i'm still yet to hear from them.

 

Anyone have any ideas?

  • I have managed to resolve this issue by remapping the objects along with its parents, i orginally thought this was a issue with IE11 as we didnt have problems in IE8.

     

    But after going through the pain of remapping this section i managed to write a statement to select a option in the dropdown.

1 Reply

  • I have managed to resolve this issue by remapping the objects along with its parents, i orginally thought this was a issue with IE11 as we didnt have problems in IE8.

     

    But after going through the pain of remapping this section i managed to write a statement to select a option in the dropdown.