aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/webdriver_handlers.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Make WebDriver Get() command wait on pages loading before returning.James Graham2015-05-141-1/+1
| | | | | This makes using WebDriver significantly less racy. Also refactors the message structure a little
* Add support for getActiveElement webdriver commandJames Graham2015-05-111-0/+5
|
* Add WebDriver support for getting elements by selector.James Graham2015-05-081-1/+68
| | | | Also adds example support for getting the name and text properties of the elements.
* Implement webdriver commands for back/forward/title/handles.James Graham2015-05-061-1/+6
|
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
| | | | | They now live in traits Rootable, OptionalOptionalRootable, OptionalRootable and ResultRootable.
* Add script execution support via WebDriverJames Graham2015-04-231-0/+38