Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make WebDriver Get() command wait on pages loading before returning. | James Graham | 2015-05-14 | 1 | -1/+1 | |
| | | | | | This makes using WebDriver significantly less racy. Also refactors the message structure a little | |||||
* | Add support for getActiveElement webdriver command | James Graham | 2015-05-11 | 1 | -0/+5 | |
| | ||||||
* | Add WebDriver support for getting elements by selector. | James Graham | 2015-05-08 | 1 | -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 Graham | 2015-05-06 | 1 | -1/+6 | |
| | ||||||
* | Uniformise root() methods | Anthony Ramine | 2015-04-28 | 1 | -1/+1 | |
| | | | | | They now live in traits Rootable, OptionalOptionalRootable, OptionalRootable and ResultRootable. | |||||
* | Add script execution support via WebDriver | James Graham | 2015-04-23 | 1 | -0/+38 | |