aboutsummaryrefslogtreecommitdiffstats
path: root/components/webdriver_server/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement ElementClick wd commandGeorge Roman2019-08-311-2/+65
* Implement pointerMove webdriver actionGeorge Roman2019-08-221-4/+8
* Auto merge of #23947 - georgeroman:finish_json_clone_functionality, r=jdmbors-servo2019-08-211-7/+18
|\
| * Finish the JSON clone algorithmGeorge Roman2019-08-211-7/+18
* | use ipc router in webdriverGregory Terzian2019-08-201-27/+40
|/
* Implement TakeElementScreenshot WebDriver commandGeorge Roman2019-08-201-8/+47
* Return ErrorStatus from webdriver_handlersGeorge Roman2019-08-181-69/+25
* Initial actions support in WebDriverGeorge Roman2019-08-101-3/+44
* Add support for returning array-like types from the Execute(Async)Script wd c...George Roman2019-08-101-0/+10
* Update webdriverGeorge Roman2019-08-091-27/+29
* Auto merge of #23745 - georgeroman:implement_get_element_property_wd_command,...bors-servo2019-07-231-0/+26
|\
| * Implement GetElementProperty WebDriver commandGeorge Roman2019-07-231-0/+26
* | Update euclid.Emilio Cobos Álvarez2019-07-231-2/+2
* | Implement link and partial link text selectors for FindElement and related We...George Roman2019-07-231-0/+34
* | Implement tag name selector for FindElementsFromElement WebDriver commandGeorge Roman2019-07-211-18/+30
* | Implement tag name selector for FindElementFromElement WebDriver commandGeorge Roman2019-07-211-13/+24
* | Implement tag name selector for FindElements WebDriver commandGeorge Roman2019-07-211-8/+19
* | Implement tag name selector for FindElement WebDriver commandGeorge Roman2019-07-211-9/+17
* | Auto merge of #23368 - gterzian:clean_up_navigation, r=asajeffreybors-servo2019-07-181-2/+2
|\ \ | |/ |/|
| * clean-up navigationGregory Terzian2019-07-181-2/+2
* | Auto merge of #23580 - georgeroman:implement_switch_to_window_and_dismiss_ale...bors-servo2019-06-241-0/+28
|\ \
| * | Implement dummy DismissAlert WebDriver commandGeorge Roman2019-06-171-0/+7
| * | Implement SwitchToWindow WebDriver commandGeorge Roman2019-06-171-0/+21
| |/
* | Auto merge of #23588 - georgeroman:implement_status_wd_command, r=ferjmbors-servo2019-06-231-1/+13
|\ \
| * | Implement Status WebDriver commandGeorge Roman2019-06-181-1/+13
| |/
* / Implement GetPageSource WebDriver commandGeorge Roman2019-06-171-0/+18
|/
* Add ServoCapabilities and revise handle_new_session functionGeorge Roman2019-06-061-21/+150
* Do not exit servo on webdriver session deletionGeorge Roman2019-06-051-5/+0
* Auto merge of #23171 - hundredeir:find_elem_elems, r=jdmbors-servo2019-05-191-1/+42
|\
| * Refactor codehundredeir2019-04-101-4/+4
| * Formatted codehundredeir2019-04-071-13/+19
| * Add webdriver command Find elements from elementhundredeir2019-04-061-1/+36
* | Add webdriver command Get Timeoutshundredeir2019-04-201-1/+17
* | Auto merge of #23234 - Eijebong:webdriver, r=jdmbors-servo2019-04-201-7/+10
|\ \
| * | Update webdriver to 0.39Bastien Orivel2019-04-201-7/+10
| |/
* / Add webdriver deletecookies functionaditj2019-04-191-0/+14
|/
* #8539 Config preferences backend restructurePeter Hall2019-03-201-13/+24
* Implement WebDriver FindElementFromElement commandGeorge Roman2019-03-091-0/+39
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-2/+2
* Add debug output for webdriver commands.Josh Matthews2018-12-101-0/+2
* Update webrenderManish Goregaokar2018-11-271-2/+5
* Auto merge of #22225 - servo:webgl, r=emiliobors-servo2018-11-211-1/+1
|\
| * Move PixelFormat to the pixels crateAnthony Ramine2018-11-201-1/+1
* | Auto merge of #22224 - pyfisch:composition-webdriver, r=noxbors-servo2018-11-201-10/+3
|\ \ | |/ |/|
| * Forward WebDriver CompositionEventPyfisch2018-11-191-10/+3
* | Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
|/
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-1/+1
* Use keyboard-types::webdriver::send_keysPyfisch2018-11-111-4/+9
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-20/+5