Hi SmartClient team,
We are using Selenium testing for SmartClient based application. We downloaded user extensions and installed as expected. My problem is with the menu component. What we do is (after recording the test using Selenium IDE (with smart client extensions)) (real life example):
- expand menu items (attached expand.jpg)
- go to selenium IDE and click "Find" on element item we are interested in (attached find.jpg) (as you can see it shows the proper item (we want to find the element with label "Search User Roles" (as we can see in the locator))
- next go to Selenium IDE and execute the above click command: the issue is that the item which is clicked is the item which is before "Search User Roles" ("Create User" in our case) i.e
It works as above in all "popup" menus - if the first element is clicked it works fine but for next items it will always click the previous item. Seems like some problem with indexing? Can you please give me any pointers regarding my problem? Any other folks up here on the forum had a similar issue or any ideas or a workaround?
We are using Selenium testing for SmartClient based application. We downloaded user extensions and installed as expected. My problem is with the menu component. What we do is (after recording the test using Selenium IDE (with smart client extensions)) (real life example):
- expand menu items (attached expand.jpg)
- go to selenium IDE and click "Find" on element item we are interested in (attached find.jpg) (as you can see it shows the proper item (we want to find the element with label "Search User Roles" (as we can see in the locator))
- next go to Selenium IDE and execute the above click command: the issue is that the item which is clicked is the item which is before "Search User Roles" ("Create User" in our case) i.e
It works as above in all "popup" menus - if the first element is clicked it works fine but for next items it will always click the previous item. Seems like some problem with indexing? Can you please give me any pointers regarding my problem? Any other folks up here on the forum had a similar issue or any ideas or a workaround?
Comment