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

locator controller enhancement #21

Closed rynodivino closed 11 years ago

rynodivino commented 11 years ago

Allow the locator controller to locate elements, and click, without expecting to to navigate to a new page.

(for example: opening a menu or any other on page interaction)

Functionality used by passing additional param of "stay" : true. See code comments for usage.

R