YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

support mouse hover in locator #148

Closed bowdev closed 10 years ago

bowdev commented 10 years ago

User can do mouse hover in locator as follows, added a "hover" boolean value as locator test parameter. { "controller": "locator", "params" : { "value": "#y-main-nav li:nth-child(6) a span", "hover": true, "waitForElement": "#y-main-nav li:nth-child(6).active" } } waitForElement is optional if user does not wait for other element after mouse hover is done.