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
2016-10-05rename firefoxOptions to moz:firefoxOptionsAndreas Tolfsen
2016-10-05Align Send Alert Text property with Element Send Keys propertyAutomatedTester
2016-10-05Implement SetWindowPosition and GetWindowPositionAutomatedTester
2016-10-04fix missing underscore in browser.startup.homepage_override.mstone prefAndreas Tolfsen
2016-09-30Replace log with slog (#226)Andreas Tolfsen
2016-09-29disable homepage override url redirection on milestone upgradeAndreas Tolfsen
2016-09-29sort default preferences lexicographicallyAndreas Tolfsen
2016-09-12Disable additional welcome URL (#222)Andreas Tolfsen
2016-09-07derive Default trait for MarionetteSettingsAndreas Tolfsen
2016-09-07Set log verbosity from capability (#217)Andreas Tolfsen
2016-09-06Add prefs capability to firefoxOptions.James Graham
2016-08-31Add extension command for finding anonymous nodes (#203)Andreas Tolfsen
2016-08-22Change the format used for capabilities.James Graham
2016-08-06Disable pop-up blocker in the default profile.Jason Juang
2016-08-05Remove e10s command line option.James Graham
2016-07-21Replace argparse with clap for arguments parsing.James Graham
2016-07-01Disable autofill of forms by defaultSven Jost
2016-06-30Clean up logging before 0.9.0 release (#130)Andreas Tolfsen
2016-06-29Use firefox default path if no other path information is supplied. (#121)jgraham
2016-06-28Allow providing a firefox binary through new session parameters. (#66)jgraham
2016-06-27Connect between geckodriver and marionette on a random port. (#112)jgraham
2016-06-22Add GetElementProperty functionalityAutomatedTester
2016-06-22Add -v flag to optionally increase Gecko verbosity (#103)Andreas Tolfsen
2016-06-06Merge pull request #70 from mozilla/delete_session_quitAndreas Tolfsen
2016-06-03Send quitApplication command when deleting a session.James Graham
2016-06-03Fix issue creating directories in firefox profiles.James Graham
2016-05-31Pass parameters with new session commandJames Graham
2016-05-26Merge pull request #65 from mozilla/firefox_argsAndreas Tolfsen
2016-05-25Allow specifying arguments to the firefox binary through the firefox_args cap...James Graham
2016-05-23fix typo in error message for parsing errorsAndreas Tolfsen
2016-05-23Update for API changes in WebDriver 0.10James Graham
2016-05-23Update for webdriver cookie changesJames Graham
2016-04-27Update for webdriver lifetime changesJames Graham
2016-04-27Allow providing custom profiles.James Graham
2016-04-21Merge pull request #55 from juangj/masterjgraham
2016-04-13make GeckoContextParameters publicAndreas Tolfsen
2016-03-18Connect to IP-agnostic host "localhost".Jason Juang
2016-03-10Adding a new command line argument for an e10s profile.KALPESH KRISHNA
2016-01-26fix rustc 1.6 warnings by using std::thread::sleep(dur: Duration)Andreas Tolfsen
2016-01-19enable CPOWs in MarionetteAndreas Tolfsen
2016-01-08Add GetPageSource as a valid endpointAutomatedTester
2016-01-07Update what properties are read from errors from Marionette serverAutomatedTester
2016-01-06Handle arrays being sent back from MarionetteAutomatedTester
2015-12-10Update for the latest version of the marionette wire protocol.James Graham
2015-11-23Revert "Bumping version to 0.4.0"James Graham
2015-09-28Bumping version to 0.4.0v0.4.0AutomatedTester
2015-09-21Add extensions for switching between content and chrome contexts.James Graham
2015-09-09Update for protocol updates that flatten commands.James Graham
2015-09-09Update error handling for new protocolJames Graham
2015-09-09Update for marionette protocol changesJames Graham