Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-16Import of v0.30.0 (#1931)v0.30.0Henrik Skupin
2021-04-09import of v0.29.1 (#1865)v0.29.1Henrik Skupin
2021-01-14Import of v0.29.0 (#1829)v0.29.0Henrik Skupin
2020-11-03Import of v0.28.0 (#1803)v0.28.0Henrik Skupin
2020-07-29Import of v0.27.0 (#1752)v0.27.0jgraham
2019-01-29import of v0.24.0v0.24.0Henrik Skupin
2018-10-04import of 7735290158111b061f91f88f7ff73ec357b5d251Andreas Tolfsen
2018-09-16import of ba6208ac98c6bc52fab16237571a95d64be64755Andreas Tolfsen
2018-06-15import of 0.21.0Andreas Tolfsen
2018-04-08import of 0.20.1Andreas Tolfsen
2018-03-13import of 0.20.0v0.20.0Andreas Tolfsen
2017-10-31import of v0.19.1v0.19.1Andreas Tolfsen
2017-09-16import of v0.19.0Andreas Tolfsen
2017-07-11import from 27bdd6fd88c699807f5d3dec1df3f992e0921350v0.18.0Andreas Tolfsen
2017-06-09import from eca8d0ea03afAndreas Tolfsen
2017-06-03move canonical repo to mozilla-centralAndreas Tolfsen
2017-05-08Make trace logs safe for windows prompt (#722)oldAndreas Tolfsen
2017-05-05marionette: correct error when there is no current session (#701)Andreas Tolfsen
2017-05-03Add extension commands for addon install, uninstall (#711)Maja Frydrychowicz
2017-04-26marionette: unmarshal CloseWindowResponseAndreas Tolfsen
2017-04-20Accept "page load" and "pageLoad" in the Marionette response (#656)Jason Juang
2017-04-12marionette: reduce importance of marionette communicationAndreas Tolfsen
2017-04-12marionette: convert str to owned stringAndreas Tolfsen
2017-04-12marionette: append X11 style -marionette flag when starting browserAndreas Tolfsen
2017-04-10cargo, marionette: upgrade to webdriver 0.25.0Andreas Tolfsen
2017-04-07marionette: send text string and value array for SendKeysParametersAndreas Tolfsen
2017-04-07marionette: set marionette.log.level prefAndreas Tolfsen
2017-04-07marionette: remove capabilities field wrapping for NewSessionAndreas Tolfsen
2017-04-04marionette: set marionette.port in profileAndreas Tolfsen
2017-04-04prefs, marionette: remove or move remaining required prefsAndreas Tolfsen
2017-04-04Improve firefox profile prefs merging (#423)Marc Fisher
2017-03-28Update for Window[Size|Position] -> WindowRectJames Graham
2017-03-28marionette: make Send Keys and Send Alert Text accept a stringAutomatedTester
2017-03-27Support the new version of the new session command.James Graham
2017-02-27Print the binary args when starting the browserJames Graham
2017-02-24marionette: add Get Timeouts commandAndreas Tolfsen
2017-02-24cargo, marionette: upgrade to webdriver 0.21.0Andreas Tolfsen
2017-02-10Fix u64 type in cookie expiry error string (#464)Eric Garrido
2017-01-30cargo, geckodriver, marionette: upgrade to webdriver v0.20 (#448)Andreas Tolfsen
2017-01-06Update to webdriver 0.18James Graham
2016-12-19prefs: sync with prefs used in mozilla automationAndreas Tolfsen
2016-12-08Implement dispatch of the new-style actions apiJames Graham
2016-11-23marionette: use session not created errors when failing to start browserAndreas Tolfsen
2016-11-23marionette: improve browser start loggingAndreas Tolfsen
2016-11-22Add response for status commandJames Graham
2016-11-22Add placeholder support for Get Timeouts command. (#357)jgraham
2016-11-22Adds TakesElementScreenshotAutomatedTester
2016-11-22Update Close to CloseWindow to match WebDriver-RustAutomatedTester
2016-10-06Currently Marionette does not return a value, we need to pass this on to the ...AutomatedTester
2016-10-05move FirefoxOptions to new file src/capabilities.rsAndreas Tolfsen