Guigz
8 months agoOccasional Contributor
Dropdown menu inside of a dropdown menu is not found by testcomplete
Sometimes it work, but most of the time it is not working. The Details of the error show that TestComplete is Unable to find the object when executing the Click command. My object in question is a WP...
- 8 months ago
Refer to https://support.smartbear.com/testcomplete/docs/app-objects/specific-tasks/standard/menu/selecting-items.html and try with the example code,
obj.MainMenu.Click("Platform|Select Browser|Chrome");
Where obj should be the menu object of your application.
Also you might need to enable MSAA, https://support.smartbear.com/testcomplete/docs/reference/test-objects/controls/desktop/msaa/index.html and https://support.smartbear.com/testcomplete/docs/testing-with/object-identification/msaa/index.html