aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/webdriver_msg.rs
Commit message (Expand)AuthorAgeFilesLines
* Move webdriver_msg to script_traits.Ms2ger2016-07-051-82/+0
* Use common cookie struct add cookie webdriver cmdsDan Robertson2016-06-251-0/+10
* Made SetWindowSize synchronous.Alan Jeffrey2016-05-201-5/+1
* Implemented webdriver SetWindowSize.Alan Jeffrey2016-05-201-0/+3
* Implement GetElementRect webdriver commandDaniel Robertson2016-02-241-0/+2
* Removed duplicate webdriver_traits file and added webdriver handler for GetWi...David Raifaizen2015-11-291-1/+4
* Add support for getting an element's computed style through WebDriver.James Graham2015-11-201-0/+1
* Implement Get Element Attribute WebDriver commandJames Graham2015-11-181-0/+1
* Implement support for WebDriver send keys command.James Graham2015-11-161-0/+1
* Remove webdriver use of SubpageIdGlenn Watson2015-10-151-2/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Ensure we get the post-redirect urlJames Graham2015-07-191-0/+2
* compositing: Make the constellation messages serializable.Patrick Walton2015-07-181-11/+16
* Implement timeout for url load from WebDriver.James Graham2015-06-171-1/+4
* Add support for switching frames with the webdriver API.James Graham2015-06-011-0/+56