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-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
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
2015-09-09Fix GetCSSValue message to send correct key 'propertyName'James Graham
2015-09-09Strip any leading and trailing {} from the sessionId marionette returnsJames Graham
2015-07-23Update dependencies and remove some bogus onesJames Graham
2015-05-20Handle null id for switch to frame more correctly.James Graham
2015-05-20Shut down session only when we actually lose the connection.James Graham
2015-05-20Make failing to communicate with Firefox a fatal error that closes the session.James Graham
2015-05-20Extra debug messagesJames Graham
2015-05-20Better handling of missing command line argumentsJames Graham
2015-05-15Fix ability to set webdriver port.James Graham
2015-05-15Poll for a connection every 100ms rather than 100s…James Graham
2015-05-08Add support for getActiveElementJames Graham
2015-05-06Switch to string-based error codesJames Graham
2015-05-06Fix cookie handling.James Graham
2015-05-06Add support for GetCookies, DeleteCookie[s]James Graham
2015-04-15Merge pull request #6 from AutomatedTester/webdriver_prefsjgraham
2015-04-10Add in preferences that switch off certain features not required for webdrive...AutomatedTester
2015-04-08Update for beta.James Graham
2015-04-08Switch to new io libraries.James Graham
2015-03-23Set all the same prefs as the python client when starting FirefoxJames Graham
2015-03-07getElementRect should return floats not integers so updating to act that wayAutomatedTester
2015-03-06Fix passing of WebElements to switch to frameJames Graham
2015-03-06Fix serialization of script commandsJames Graham
2015-03-04Fix some bugs found by the selenium testsuiteJames Graham
2015-03-02Add support for finding elements in subtreesJames Graham
2015-03-02Fix conversion of FindElement[s] responses from marionette to WebDriverJames Graham
2015-02-26Add in endpoints for modal dialog supportAutomatedTester
2015-02-25fixup! Improve some error messagesJames Graham
2015-02-25Improve some error messagesJames Graham
2015-02-24Re-enable environment variable based loggingJames Graham
2015-02-23Make building with 1.0a2 workJames Graham
2015-02-23Allow to connect to a running firefox instanceJames Graham
2015-02-10Start Firefox when we get a newSession commandJames Graham
2015-01-16Fix for renamed webdriver thingsJames Graham
2015-01-15Split out WebDriver bits into a libraryJames Graham
2015-01-12Squash most warnings.James Graham
2015-01-12Version that compiles (with many warnings) on 1.0a1James Graham