The browser-automation tag has no wiki summary.
4
votes
2answers
569 views
Issue with losing focus of “hover” command when the mouse is outside of the active window
If I automate mouse actions using Selenium2/Webdriver in combination with Firefox 12, I can easily get the "mouse" to move to and hover over a context menu so the sub-menus are seen. However, if I ...
1
vote
0answers
44 views
Any experience in generating UI pages and test wrappers for UI?
Imagine that there is a non-trivial logic in the page, for example:
IF element E1 in dropdown D1 is selected THEN button B1 is disabled ELSE B1 is enabled
IF element E2 in dropdown D2 is selected ...