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
path: root/src
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-22add --webdriver-port argument back as a hidden aliasAndreas Tolfsen
2016-09-13propagate webdriver::server::start error (#227)Andreas 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-07Merge pull request #218 from andreastt/print-listeningAndreas Tolfsen
2016-09-07log host and port after starting httpdAndreas Tolfsen
2016-09-06Merge pull request #162 from mozilla/firefox_prefsAndreas Tolfsen
2016-09-06Add prefs capability to firefoxOptions.James Graham
2016-09-06Incrementally improve the UI (#214)Andreas Tolfsen
2016-09-01correct language in version stringAndreas Tolfsen
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-23new --version flag showing copying info and link to repo (#109)Andreas Tolfsen
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-23Fix testsJames Graham
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-16Allow binding to an IPv6 address, if specified.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