Skip to content

Selenium 3.0.0-beta-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@diemol diemol released this 19 Aug 15:24
· 12760 commits to trunk since this release

Changelog

For each component's detailed changelog, please check:

Commits in this release

Click to see all the commits included in this release
  • c95c848d7f - Pass in an encoded profile to the capabilities created from Options :: AutomatedTester
  • 9dd3fe4338 - [js] Deprecate more stuff :: Jason Leyba
  • fd36602985 - [js] Bump to 2.53.0 :: Jason Leyba
  • 5b7594ab33 - fix the publish command for push_release task :: Luke Inman-Semerau
  • 3ae50b5fe8 - removing htmlunit driver from java pom file, it's external now :: Luke Inman-Semerau
  • f22d7c53c2 - spell remote correctly :: Rob Richardson
  • d1f19925ac - add meta information area for browser, browser version, os, etc; add comments to help facilitate SSCC examples :: Daniel Davison
  • 9f88503b29 - refactoring of grid command line parameters / configuration classes. This is not fully backwards compatible with 2.X selenium, changes will be needed for anyone running selenium grid directly from Java. :: Luke Inman-Semerau
  • 2552f733e5 - maven: removing leg-rc package, bumping to 3.0-beta1-SNAPSHOT :: Luke Inman-Semerau
  • 42690d07e1 - missed a leg-rc maven reference :: Luke Inman-Semerau
  • 223bcdc92b - Update Ruby Changelog and bump version to 2.53 :: Titus Fortner
  • 3067a40d0f - Update Ruby version to dev :: Titus Fortner
  • d57dcdc6fd - fix java build (due to not resolving everything when merging) :: Luke Inman-Semerau
  • bfbe97326e - fixing buck build :: Luke Inman-Semerau
  • cf142b008a - [js] For consistency with java, the file detector should ignore directory paths. :: Jason Leyba
  • 08403f2daa - cleaning up/out some Rakefile for 3.0, bumping version to 3.0-beta1 :: Luke Inman-Semerau
  • 0a6119f0e4 - Set the default java level to 8 :: Simon Stewart
  • dc9be6ce71 - intellij, set to java 8 (also adding third_party as a module, for easy of navigating build files) :: Luke Inman-Semerau
  • d8b077d6a5 - [js] Use the gendocs script from the deploy script :: Jason Leyba
  • 49dd3b2cba - Removing Selenium RC Python code :: AutomatedTester
  • b619cdabc7 - fixing grid test compilation error, one test failure :: Luke Inman-Semerau
  • dc2063df53 - Get the Buck build compiling again :: Simon Stewart
  • ef580f7e5e - custom configuration values take node config preference rather than the hub, hubHost/hubPort in default json should use just 'hub' :: Luke Inman-Semerau
  • f9514d92bd - actually register the requested node's host and port o.0 fixes tests :) :: Luke Inman-Semerau
  • aa404f6bae - Drop support for Python 3.2 :: AutomatedTester
  • e988bbb55d - fix test, old console is gone :: Luke Inman-Semerau
  • 1ff41b242b - rb - No More RC! :: Titus Fortner
  • b977de3af3 - Remove import of Selenium RC :: AutomatedTester
  • 37a49cebc5 - Correct Length conditional when filtering in PhantomJS. Fixes #1817 :: AutomatedTester
  • 73b967d57a - another test fix for grid :: Luke Inman-Semerau
  • 4bbd7ee15c - Document only supporting 3.3+ for Python 3 :: AutomatedTester
  • 128319dd30 - fixing last two grid e2e test failures :: Luke Inman-Semerau
  • 884bfc3af1 - Fix basestring reference to work with python 3. Fixes #1820 :: AutomatedTester
  • c5472c66c5 - fix being able to load host/port from config file, fixing tests and go build targets (well, locally using java 1.7...) :: Luke Inman-Semerau
  • 81d10fb830 - crazy fun back to 1.7 for now (so it works in ci), partial revert of 0a6119f :: Luke Inman-Semerau
  • ddcba0fbba - Fix basestring reference to work with python 3. Fixes #1820 :: AutomatedTester
  • a74892783b - Correct Length conditional when filtering in PhantomJS. Fixes #1817 :: AutomatedTester
  • 969f586385 - Added CharSequence[] keysToSend in *ChangeValueOf event + test :: kuhtich
  • b6b5006877 - Bump python version to 2.53.1 :: AutomatedTester
  • 057dc48300 - When uploading wheels we should upload python 3 wheels too :: AutomatedTester
  • 9e9f099d7a - When uploading wheels we should upload python 3 wheels too :: AutomatedTester
  • d52b42c37a - hub, remove a duplicate call to initServer (one must call start to start it, which calls initServer). Getting rid of lots of magic strings related to tests creating a new session / grid console page. Deleting old servlets from the hub. :: Luke Inman-Semerau
  • c824d7b0b7 - Added an overload of ExecuteJavaScript extension method that doesn't accepts a generic argument and doesn't return a value. :: arnonax
  • 072214ebbe - Fix spelling in IE driver registry path. :: Nathan Isom
  • 074028815e - Correcting argument name in exception in DefaultWait{T}.cs :: mohammadsavadkuhi
  • 52a349c3ea - Updating IE prebuilts and version resources for 2.53 :: Jim Evans
  • ee654ebb40 - Updating version resources for .NET 2.53 relase :: Jim Evans
  • 1616f1aaa7 - [js] Slight reversal on thenFinally deprecation in 9dd3fe4 :: Jason Leyba
  • 165d8122ff - [js] Remove misleading test that trivially passes because it depends on a property that no longer exists. :: Jason Leyba
  • f59af56c42 - [js] Changed io.exists() to return a rejected promise if the input value is not a string. This would have caught the bad test from #1827 :: Jason Leyba
  • cc199ba17e - I really need to stop coding when I'm tired :: Jason Leyba
  • aa924a87a2 - handling some NPE's that can happen if config values aren't set :: Luke Inman-Semerau
  • 09ec0b84cd - Refactor goog.array.ArrayLike -> IArrayLike. :: John J. Barton
  • c10e8a9558 - Rewrite copyFile using Files.copy. :: Jason Juang
  • 838105f210 - rb - update to run remote ruby tests :: Titus Fortner
  • ee43b79b86 - rb - run remote tests without passing in webdriver.firefox arguments since those aren't working :: Titus Fortner
  • 6e1c651968 - Bumping the buck version :: Simon Stewart
  • 8fd3aba235 - Add a test for [Keys.ARROW_LEFT]. :: Joshua Bruning
  • 980fb83c0e - guessHost should be back in for grid :: Luke Inman-Semerau
  • e7c6b9129e - Replace Throwables.propagate with equivalent. :: Joshua Bruning
  • 327dcae209 - standalone-server jar needs client combined dependencies, also adding phantomjs/htmlunit to buck standalone-server build :: Luke Inman-Semerau
  • 8f455096da - add hamcrest sources :: Alberto Scotto
  • fa5ac92b45 - Make IE wait algorithm respect load strategy for IWebBrowser2::ReadyState :: Jim Evans
  • d4a751979d - rb - remove code supporting Ruby versions < 2.0 :: Titus Fortner
  • e85c59460b - Fixed temp cookie file handle leak in PhantomJS :: Shan
  • 6094ebf105 - Add a test for [Keys.ARROW_LEFT]. :: Joshua Bruning
  • 0b23aceebe - Fixed temp cookie file handle leak in PhantomJS :: Shan
  • 7bea19f360 - Use simple Request class name. :: Joshua Bruning
  • 9d438c2ae3 - Save the promise before dispatchEvent(). :: John J. Barton
  • 2b10d56cb8 - Resolve IPv6 addresses in Python remote WebDriver. :: Jason Juang
  • eb0da4884f - add avoidProxy to make things work in saucelabs for our CI :: Luke Inman-Semerau
  • 0a6b17f246 - Workaround IO inhertiance in Marionette on Windows :: Alex Rodionov
  • c554cf3b7e - Adding a space when encoding ids starting with digits :: Bob Baron
  • 745e7c4e59 - [js] Use https.request() for https requests. :: Jason Leyba
  • a11eed9e88 - Update Wicked Good XPath to ce916fcfaf97247e3b8ec6cada64a6f6687175b4 :: Michael Zhou
  • 19c0c178f5 - Do not return proxy capability if no proxy requested for IE :: Jim Evans
  • afba7f6fa4 - Delete the unused ParallelSuite. :: Simon Stewart
  • 4e277f14d9 - Making FirefoxDriver dual-mode, default to marionette :: Alexei Barantsev
  • f9347cd6d4 - Java: Upgrading httpcomponents :: Alexei Barantsev
  • 43014b72a9 - Java: HttpClient dependency on mime4j was eliminated in 4.1 :: Alexei Barantsev
  • 7d8e205364 - Java: Upgrading httcomponents in maven :: Alexei Barantsev
  • a01061a0bc - Java: Using CloseableHttpClient instead HttpClient to get rid of deprecated method calls :: Alexei Barantsev
  • 4246126fa3 - updated file access modes on python files :: Corey Goldberg
  • ae3e1bfebf - Fail if an error is not thrown. :: Joshua Bruning
  • 67d3dc4907 - Replace Throwables.propagate with equivalent rethrows. :: Jason Juang
  • c07e5c1449 - Check for IPv6 literals in isValidHostname. :: Jason Juang
  • 674459559c - Fix some more IPv6 stuff. :: Jason Juang
  • e5794d0656 - for java tests add the "marionette" capability explicitly for firefox, to run marionette tests add marionette=true to go command line :: Luke Inman-Semerau
  • 194d041e97 - It's been a long time since we supported Firefox 4. :: Simon Stewart
  • 71aa0292b3 - Use more informative link to JS API. :: Jason Juang
  • f0b98e30fb - Return IPv6 address in resolve_ip, if both v4 and v6 are available, but only v6 is connectable. :: Jason Juang
  • 5166a60960 - Revert "Java: Using CloseableHttpClient instead HttpClient to get rid of deprecated method calls" :: Alexei Barantsev
  • 64359862e8 - [js] fix capabilities serialize :: Craig Nishina
  • 5d1741bddd - Fix FirefoxDriver's parsing of IPv6 hostports when setting proxy configuration. :: Jason Juang
  • c6f7cd53f3 - Set hostname correctly when keep_alive=True and resolve_ip=False. :: Jason Juang
  • 99abe7922a - reverting maven removal of leg-rc package :: Luke Inman-Semerau
  • f426cde5f4 - Fix CoveringUpSauceErrorsRule: the original exception was lost :: Alberto Scotto
  • 1e39027d0c - Emphasize predicate failure over timeout details. :: Joshua Bruning
  • 40c203384f - Remove unneccessary 'throws' annotations :: phoenix384
  • d72d483b4a - Bump python to 2.53.2 :: AutomatedTester
  • 2bb9c0b9f2 - ActionBuilder#move_by should send only Integer coordinates :: Pavel Lobashov
  • be34819996 - Get the Buck firefox tests running again. :: Simon Stewart
  • 056d9ec363 - Make the Firefox used by IJ the Se Firefox driver. :: Simon Stewart
  • 3537483ac3 - Start integrating Buck into rake and Crazy Fun. :: Simon Stewart
  • 36730d29af - Fix things so Buck doesn't get added to every target :: Simon Stewart
  • 843ae40ed0 - Bump the buck version :: Simon Stewart
  • 9865a5f795 - Bump the buck version again :: Simon Stewart
  • 07870839b2 - Add the ability to run tests using Buck via CrazyFun :: Simon Stewart
  • 8f600a70f5 - Remove the unhelpful puts from the build :: Simon Stewart
  • 8b4a719236 - Compile more tests using Buck. :: Simon Stewart
  • 99e2fd09c4 - Fail the build if the Buck command fails :: Simon Stewart
  • ac136924fe - Attempt to download the buck PEX if it's required. :: Simon Stewart
  • a3593e60cc - Remove debugging statement :: Simon Stewart
  • cca3c965bb - The downloader is never used. :: Simon Stewart
  • a0c4f99adc - attempt at omitting those html comments :: Daniel Davison
  • a368fca55f - Properly handle responses in WebDriver.attachToSession :: Jason Leyba
  • 0e071c3097 - Fix bug when Array prototype contains additional methods :: Bohdan Tkachenko
  • a076f39314 - Make the downloaded PEX executable :: Simon Stewart
  • dbe638ed71 - Clean up constructors in the FirefoxDriver used for tests. :: Simon Stewart
  • 65a6604a89 - Fix SessionCleaner dying off due to uncaught exception. (#2031) :: Zeki Mokhtarzada
  • 16a02ed2ba - Introduce a BuckBuild that mirrors the existing Build test helper :: Simon Stewart
  • 78b07f80b6 - Build the SynthesizedFirefoxDriver using Buck :: Simon Stewart
  • 2f13d85ebc - Include BuckBuild.java in the correct build.desc :: Simon Stewart
  • db5cbb0060 - [js] bump to 2.53.2 :: Jason Leyba
  • 2d0ec03d36 - do not compress firefox profile data :: Philipp Hancke
  • fdac9ccfe0 - Prepare for the maven publish from Buck. :: Simon Stewart
  • 0ed2d50465 - Centralise the selenium version number for Buck builds :: Simon Stewart
  • 10893e3b4f - Fix ./go build :: Simon Stewart
  • f493d821a0 - Bump the firefox driver version number :: Simon Stewart
  • 116adb894b - Find visible elements (#2041) :: Remco
  • 0f20fdbffa - Add filename to IOException if file copy was failed. :: tirana
  • 27e31db2b8 - visibility_of_all implies it only returns elements if all visible (#2052) :: Rouke Broersma
  • f5b2ab52ca - Avoid homepage overrides in Firefox :: Dave Hunt
  • 49a7905c10 - Remove htmlunit Buck target :: Simon Stewart
  • fc848bcaad - Add a new runner for SeCore tests. :: Simon Stewart
  • 0ce72608ff - Attempt to fix the maven build :: Simon Stewart
  • bb1b50e226 - Really fix the maven build :: Simon Stewart
  • 26eca99119 - Delete the original RC server and htmlsuite runner. :: Simon Stewart
  • 3735661116 - ./go release now builds the maven artifacts for release :: Simon Stewart
  • 1bccadec6e - Introduce a leg-rc maven package :: Simon Stewart
  • 99bfd991b9 - Attempt to get the java build on Jenkins working :: Simon Stewart
  • e3c4d304ec - Once more into fixing the java jenkins build breach. :: Simon Stewart
  • 0917cdc61e - Add missing copyright headers :: Simon Stewart
  • 298fb44807 - Move the SafariLocator into the safari package :: Simon Stewart
  • a3e218f340 - Ensure that the leg-rc maven package includes the WebDriverBackedSelenium :: Simon Stewart
  • 23798052df - Add maven coords to servlet api package in buck :: Simon Stewart
  • cfbcbd6a1c - Add Firefox options to capabilities When the firefox_options argument is not provided we generate a FirefoxOptions object, but due to some broken logic we weren't updating the capabilities from these options. :: Dave Hunt
  • 6106c78d4f - Add builder api for setting http agent for each request :: Akhil Lb
  • f73c7c14a4 - Interface for Select component extracted (#2104) :: Jane T
  • a793d61bfc - The SafariDriver now lives in the safari branch :: Jason Leyba
  • c945e6a49c - removing preferences that were removed from firefox :: Luke Inman-Semerau
  • 58d0b7ec92 - [js] Move some classes from the http module that don't depend on any built-in node modules to the lib/http so they can be reused for other environments. :: Jason Leyba
  • 21cc4d9790 - [js] Minor cleanup :: Jason Leyba
  • d9ff8196ef - fixing build for safari-driver removal :: Luke Inman-Semerau
  • a5d890fea5 - Allow homepage override in Firefox profile test :: Dave Hunt
  • e70ce52616 - Avoid overriding capabilities with the defaults when using Firefox options :: Dave Hunt
  • 40d59c44f8 - Clean up Firefox WebDriver constructor :: Dave Hunt
  • 35e1568dc6 - Fix Marionette specific Python tests :: Dave Hunt
  • 8e2cab1b5f - Add Marionette launcher test for Python :: Dave Hunt
  • 98edbe85b8 - Correct the expected capability name for the Firefox profile :: Dave Hunt
  • a63d5e7a55 - Ensure all capabilities are either within desiredCapabilities or requiredCapabilities :: Dave Hunt
  • 803c43a8a4 - Add Python test for using Marionette with a custom profile :: Dave Hunt
  • 5b85c3244a - Attempt to remove Firefox profile when using Marionette :: Dave Hunt
  • 6aa6e059a4 - Resolve IPv6 addresses in Python remote WebDriver. :: Jason Juang
  • 5e6de50841 - updated file access modes on python files :: Corey Goldberg
  • 8f1721d56d - Fix some more IPv6 stuff. :: Jason Juang
  • af28d14c26 - Return IPv6 address in resolve_ip, if both v4 and v6 are available, but only v6 is connectable. :: Jason Juang
  • aadaa15d40 - Set hostname correctly when keep_alive=True and resolve_ip=False. :: Jason Juang
  • 71aa100f9d - Find visible elements (#2041) :: Remco
  • 3527d6791f - visibility_of_all implies it only returns elements if all visible (#2052) :: Rouke Broersma
  • 677618b3cf - Add Firefox options to capabilities When the firefox_options argument is not provided we generate a FirefoxOptions object, but due to some broken logic we weren't updating the capabilities from these options. :: Dave Hunt
  • 4f5e65a2c7 - Allow homepage override in Firefox profile test :: Dave Hunt
  • 5e520b80cc - Avoid overriding capabilities with the defaults when using Firefox options :: Dave Hunt
  • 62763bc046 - Clean up Firefox WebDriver constructor :: Dave Hunt
  • 9cdc744aec - Fix Marionette specific Python tests :: Dave Hunt
  • dffb8e06e8 - Add Marionette launcher test for Python :: Dave Hunt
  • 0f0c066ed9 - Correct the expected capability name for the Firefox profile :: Dave Hunt
  • 4930a447a1 - Ensure all capabilities are either within desiredCapabilities or requiredCapabilities :: Dave Hunt
  • 5161a63fc9 - Add Python test for using Marionette with a custom profile :: Dave Hunt
  • fc824e7b71 - Attempt to remove Firefox profile when using Marionette :: Dave Hunt
  • a91690bd41 - Switch to Marionette by default in the Python client Marionette tests can be run using ./go //py:marionette_test:run :: Dave Hunt
  • ede98def1f - [js] Only wrap function type arguments :: Jason Leyba
  • c76adf8000 - Do not use System.out.println in production code (#2130) :: Joshua Bruning
  • 119021b57b - Deleting a bunch of code that is no longer used :: Jason Leyba
  • 874dfa8bc0 - Minor cleanups for FirefoxDriver.java (#2129) :: Joshua Bruning
  • 6dab772ffe - Remove validation of locators and strategies in python client Validation should be performed by the driver implementation :: Dave Hunt
  • d6e2c410f8 - Use pytest.raises in element finding tests :: Dave Hunt
  • d09ef3b4f5 - Fix a couple of flake8 issues in the python tests :: Dave Hunt
  • 953f348665 - Remove some invalid ignore comments for Marionette in python tests :: Dave Hunt
  • dbad0d8b24 - updating htmlunit to 2.21 :: Luke Inman-Semerau
  • e5067762b6 - fixing htmlunit project / dependencies :: Luke Inman-Semerau
  • b099b4afb4 - Fix eclipse project classpath (#2138) :: Ahmed Ashour
  • a1b0fbd603 - ruby: Escape selector when converting it to CSS :: Alex Rodionov
  • 8981d763bc - Adding new functions to until class (#2139) :: Manoj Kumar
  • 1eb3d09238 - Add 'How to build driver with phantomjs-prebuilt' (#2086) :: Victor Tang
  • bdabcc0d9d - [js] Minor style fixes and updating changelog :: Jason Leyba
  • c9e6405fe2 - Remove unneeded 'else' (#2142) :: Ahmed Ashour
  • 1c339290e1 - Space before curly bracket (#2143) :: Ahmed Ashour
  • cc6b93571b - Remove redundant generics type (#2141) :: Ahmed Ashour
  • c8534a6ebd - [js] Prepare for renaming of 'wires' into 'geckodriver' (#2149) :: Johan Lorenzo
  • f9d9671db5 - [js] until.alertIsPresent(): Workaround for GeckoDriver conversion error (#2137) :: Johan Lorenzo
  • 3b48f0ece7 - Avoid checking exception details for invalid locators due to differences in server implementations :: Dave Hunt
  • 80305a7cf2 - fix broken link to python documentation (#2159) :: Nik Nyby
  • 1019ef21b1 - fixing rst table :: Luke Inman-Semerau
  • e3a896bf40 - [js] Marionette support: Remove dev edition enforcement (#2135) :: Johan Lorenzo
  • 1edd075975 - Updating ignored .NET tests for Edge :: Jim Evans
  • ac7c9652d2 - Adding 1 second delay after creation of EdgeDriver :: Jim Evans
  • 04a346a7a5 - Adding type-safe options for EdgeDriverService command line switches :: Jim Evans
  • 371581add7 - Ignoring authentication test for IE due to change in OS dialogs on Windows 10 :: Jim Evans
  • d31681f6a6 - Updating NUnit to 3.2.1 :: Jim Evans
  • 9ae8bdbc60 - Adding *.VC.db to .gitignore :: Jim Evans
  • 74a7ba5d0d - Handling very rare race condition in IE driver with multiple windows :: Jim Evans
  • 26a788e5fd - Updating build scripts to allow execution of .NET tests :: Jim Evans
  • 93120d0477 - Move the new core runner to the server package. :: Simon Stewart
  • 28669da78b - Bump version of java targeted by maven to java 8 :: Simon Stewart
  • d702af7c04 - changed Chrome to Firefox in comments (#2165) :: Ákos Lukács
  • 8d83cc9750 - Disable geolocation atoms test for Chrome. :: Jason Juang
  • 051c8b110a - Fixed: Unhelpful error message when PhantomJS exits. (#2173) :: Giorgos Tzampanakis
  • 03f3fb2720 - rb: Extract Chrome service into a parent class that can be shared :: Alex Rodionov
  • 3601054d2b - rb: Remove unused PhantomJS port option :: Alex Rodionov
  • af61cd0ee3 - rb: Refactor PhantomJS service to use shared service class :: Alex Rodionov
  • c4449c617e - rb: Refactor Marionette service to use shared service class :: Alex Rodionov
  • a60cd4d9ae - rb: Refactor Edge service to use shared service class :: Alex Rodionov
  • 5c63343bea - rb: Share method to communicate to running service :: Alex Rodionov
  • 29fc6d72fd - rb: Share Service#connect_until_stable :: Alex Rodionov
  • 7652b576f3 - rb: Allow altering driver path in public API :: Alex Rodionov
  • 5e7041cd3e - rb: Remove private API instead of deprecating it :: Alex Rodionov
  • 82f602067a - rb: Remove Service.default_service method :: Alex Rodionov
  • 7143ecc620 - rb: Add private Service#process_running? and Service#process_exited? :: Alex Rodionov
  • a151e56bb7 - rb: Add Service#host accessor to avoid hacking instance variables :: Alex Rodionov
  • c64a624ce6 - rb: Add IE.driver_path accessor just like other drivers :: Alex Rodionov
  • 4bf985aa19 - rb: Refactor IE server to use shared service class :: Alex Rodionov
  • 9b54dcf155 - rb: Changelog of refactored service class :: Alex Rodionov
  • 09ab2f3255 - rb: Update unit tests to use shared service class :: Alex Rodionov
  • 8826009830 - rb: Make sure Edge service extends shared service :: Alex Rodionov
  • f48a5c3c36 - Use mirror to download PhantomJS :: Alex Rodionov
  • 02715f26ad - WIP :: Alex Rodionov
  • a01b61554b - Revert "WIP" :: Alex Rodionov
  • 4ebe136afc - Make the AppServerTest work with Buck :: Simon Stewart
  • e59d6c7917 - Remove commented out dependency :: Simon Stewart
  • 56d093e456 - Allow the CrazyFun ':run: alias to work with tests and binaries. :: Simon Stewart
  • 0b1642c661 - Ensure that the IEDriverServer is actually built. :: Simon Stewart
  • 1ff4664098 - browserTimeout is in seconds, treat the value as such :: Luke Inman-Semerau
  • 42472ff332 - re-apply linting :: Luke Inman-Semerau
  • c2bb8243c9 - Avoid running the Marionette specific tests against FirefoxDriver :: Dave Hunt
  • 39f5e1608f - Include the Marionette specific tests :: Dave Hunt
  • 0bb2168a8a - Ignore tests using window_handles on Marionette due to a bug in GeckoDriver :: Dave Hunt
  • 121f031455 - Filter ignored tests by marker instead of keyword :: Dave Hunt
  • 82ddbc11ce - fix broken link to python documentation (#2159) :: Nik Nyby
  • e9928d6ede - fixing rst table :: Luke Inman-Semerau
  • f9c5ff85d6 - Fixed: Unhelpful error message when PhantomJS exits. (#2173) :: Giorgos Tzampanakis
  • cd7af6ae84 - Use the correct binary path when using Marionette :: Dave Hunt
  • a62bbd6af1 - Use the correct binary path when using Marionette :: Dave Hunt
  • 41b0107003 - Bump the buck version to the latest release on GH :: Simon Stewart
  • c091e2ab81 - Remember to update the .buckhash :: Simon Stewart
  • f929a926a1 - Remove old Core builds form the Rakefile :: Simon Stewart
  • d201e373fc - Add childprocess to the jruby-complete jar :: Simon Stewart
  • c3fe2ddaf7 - Add a client-combined target for Buck builds :: Simon Stewart
  • a73e6488bb - Migrate top level targets in the Rakefile to Buck :: Simon Stewart
  • a81134516a - Build Buck targets with deep builds :: Simon Stewart
  • d5a8804823 - Add a nasty hack to get the Jenkins build working :: Simon Stewart
  • 3e6e1035aa - [js] Move Profile generation out of GeckoDriver path (#2221) :: Johan Lorenzo
  • 95c6ee0ea1 - use java 8 in travis config :: Luke Inman-Semerau
  • 331c8a6b5b - leg-rc package maven_coords should be leg-rc :: Luke Inman-Semerau
  • 66fe9991de - Bump the buck version to a new release :: Simon Stewart
  • de734a5ce9 - Bump the buck version :: Simon Stewart
  • 25495503cf - Remove references to uber jars :: Simon Stewart
  • 3f8481bfe3 - Remove java build.desc files :: Simon Stewart
  • 4e77374658 - [js] Fix timeouts' url (#2185) :: Johan Lorenzo
  • 222fe1900a - [js] Minor tweaks for type checking :: Jason Leyba
  • 4d604a64c3 - [js] Doc formatting :: Jason Leyba
  • 0a4f3c3d6c - [js] Update a test to only check the error type, as the error message will differ by driver implementation :: Jason Leyba
  • db8c0aa53e - Remove our custom Base64Encoder :: Simon Stewart
  • 071c291410 - Kill an existing buckd before starting a build :: Simon Stewart
  • 5c4b3a108a - rb - update build files :: Titus Fortner
  • 9994dc3aae - rb - remove specification level from supported capabilities :: Titus Fortner
  • 4bfb699023 - Buck can handle our maven pushes for us. :: Simon Stewart
  • 5fa739cf90 - Update the maven docs in the README :: Simon Stewart
  • 2c1bd2bed0 - The standalone server should include all the drivers :: Simon Stewart
  • dfc1cd7f8a - Bumping Python to 2.53.3 :: AutomatedTester
  • 42beb5ee06 - add links in github issue template to common other driver implementations that should be logged elsewhere :: Luke Inman-Semerau
  • 6aba7175c2 - NoSuchSessionException should extend WebDriverException, not NotFoundException :: Luke Inman-Semerau
  • 2f3633adcc - Filter ignored tests by marker instead of keyword :: Dave Hunt
  • 79cef4cab2 - Remove validation of locators and strategies in python client Validation should be performed by the driver implementation :: Dave Hunt
  • 6c9e23ca36 - Use pytest.raises in element finding tests :: Dave Hunt
  • d6840f54d9 - Fix a couple of flake8 issues in the python tests :: Dave Hunt
  • 985a800314 - Remove some invalid ignore comments for Marionette in python tests :: Dave Hunt
  • 316f2eb388 - Avoid checking exception details for invalid locators due to differences in server implementations :: Dave Hunt
  • 6f7a4abd37 - Avoid running the Marionette specific tests against FirefoxDriver :: Dave Hunt
  • d8c3617007 - Set Marionette flag appropriately in Python tests :: Dave Hunt
  • 07818b6150 - Include the Marionette specific tests :: Dave Hunt
  • e77cfde503 - Ignore tests using window_handles on Marionette due to a bug in GeckoDriver :: Dave Hunt
  • c54d81cbe8 - Get the python tests compiling properly :: Simon Stewart
  • 1e6dd55547 - Pass the firefox_profile as a desired capability in the Python client when using a remote server :: Dave Hunt
  • 5827d7bf26 - Pass the firefox_profile as a desired capability in the Python client when using a remote server :: Dave Hunt
  • 89495c9ee6 - Bumping Python to 2.53.4 :: Dave Hunt
  • d00ae13b28 - rb - fix unwanted private method classification :: Titus Fortner
  • 4227381296 - rb - deprecated ruby versions :: Titus Fortner
  • 0342309991 - [js] Replace uses of managed-promises with native promises where the promise manager isn't required. :: Jason Leyba
  • 85abf9d7a4 - [js] Remove a deprecated class :: Jason Leyba
  • 9f51796fc9 - [js] Remove a bunch of deprecated stuff :: Jason Leyba
  • 3c0e38c54d - rb - update to latest geckodriver :: Titus Fortner
  • 63e0aa8796 - rb - update to latest geckodriver :: Titus Fortner
  • e4f30b815b - ruby: Escape selector when converting it to CSS (cherry picked from commit a1b0fbd) :: Alex Rodionov
  • 44746cab89 - rb - update changelog & bump version :: Titus Fortner
  • 44161f53c1 - rb - set version to dev :: Titus Fortner
  • f2ba9217c4 - Move capabilities passed through to be only desiredCapabilities :: AutomatedTester
  • 2802b6fd34 - Move capabilities passed through to be only desiredCapabilities :: AutomatedTester
  • 195f9bdfb1 - Add a test to make sure still support elements locators that use css escape chars :: AutomatedTester
  • 4e92bf90e6 - Bump Python to 2.53.5 :: AutomatedTester
  • 31204aa26c - Bump setup.py to 2.53.5 :: AutomatedTester
  • 44dc930225 - GeckoDriverService should wait for the geckodriver to be running before returning (#2255) :: Sankha Narayan Guria
  • 1142aaeebc - Reduce verbosity of several logging statements from INFO to FINE. (#2260) :: Erik Kuefler
  • dc252ef7fd - issue template ff 47 :: Luke Inman-Semerau
  • e5d67a7a02 - [js] Remove thenable properties from promise.Deferred :: Jason Leyba
  • 022644c47c - [js] Clean-up semantics around promise cancellation. :: Jason Leyba
  • 02f407976c - [js] For consistency with getCookie(s), addCookie now expects the expiry to be specified in seconds since epoch, not milliseconds. :: Jason Leyba
  • 76109e28c4 - Minor cleanup :: Jason Leyba
  • 9ed5b19eb5 - Oops :: Jason Leyba
  • a494a3ade4 - Missed an addCookie call :: Jason Leyba
  • 1dddaef3c8 - [js] Change sendKeys() to officially accept numbers as inputs (values are still converted to string as required by the wire protocol). sendKeys will throw if a type other than string/number is provided. :: Jason Leyba
  • c0d2fca810 - rb - fix bug for finding drivers on windows :: Titus Fortner
  • 63673eaeb0 - rb - fix bug for finding drivers on windows (cherry picked from commit c0d2fca) :: Titus Fortner
  • d753cd5282 - rb - update changelog & bump version :: Titus Fortner
  • b7e1951e06 - rb - change version to dev :: Titus Fortner
  • 51938c4559 - rb - fix remote tests :: Titus Fortner
  • 212a5e7bcc - Don't use js_binary to copy the safari driver client. Buck/crazy-fun's implementation re-adds the closure base library, which we don't need. :: Jason Leyba
  • 4f417e9893 - Updating .NET bindings to find geckodriver.exe for marionette instead of wires.exe :: Jim Evans
  • d9843c334c - rb - this breaks things on remote machines and isn't needed anyway :: Titus Fortner
  • c68e2d93b4 - rb - this breaks things on remote machines and isn't needed anyway (cherry picked from commit d9843c3) :: Titus Fortner
  • f53d08ec1c - rb - Update changelog and bump point version to 2.53.3 :: Titus Fortner
  • 2adcc584c2 - rb - Update version to dev :: Titus Fortner
  • 840ff727df - Implement location of element in view in javascript when speaking to a W3C Conformant endpoint :: AutomatedTester
  • 424eef7b75 - Round the X, Y of the element location :: AutomatedTester
  • b5165b3e61 - Disable marionette tests on Position and Size tests :: AutomatedTester
  • 48cc1a9a77 - Implement location of element in view in javascript when speaking to a W3C Conformant endpoint :: AutomatedTester
  • 502cef20fa - Round the X, Y of the element location :: AutomatedTester
  • 4e2eadbe5c - Disable marionette tests on Position and Size tests :: AutomatedTester
  • 2b2d5fd7bc - [js] Make geckodriver the default for firefox :: Jason Leyba
  • ca86aab6b4 - Delete unused requires. :: Jason Juang
  • faddaa5c0e - rb - use rubocop to enforce consistent style :: Titus Fortner
  • fed04765a7 - rb - update hash syntax :: Titus Fortner
  • 26ce4eb025 - rb - Use a guard clause instead of wrapping the code inside a conditional expression :: Titus Fortner
  • fa682a1fa0 - rb - update conditional formatting :: Titus Fortner
  • 274e9f2c6e - rb - performance updates :: Titus Fortner
  • a586d3c212 - rb - update block formatting :: Titus Fortner
  • ccc5674ee7 - rb - make all the spacing consistent :: Titus Fortner
  • 9551fe68e2 - rb - update the literals :: Titus Fortner
  • 8c001eefeb - rb - update deprecated methods :: Titus Fortner
  • 6ec074843a - rb - remove unused method parameters :: Titus Fortner
  • cccc9fe4a7 - rb - all the style updates :: Titus Fortner
  • a870613cc8 - rb - update string literals :: Titus Fortner
  • 4d140b5b82 - rb - reduce method complexity :: Titus Fortner
  • 2f048df25b - rb - reduce module, class, method, line lengths :: Titus Fortner
  • 036399628d - rb - convert bridge methods to snake case :: Titus Fortner
  • ce3c51bc77 - rb - update spec locators from ordered parameters to hash syntax :: Titus Fortner
  • a871037214 - rb - fix syntax issue :: Titus Fortner
  • a81b559fe7 - rb - firefox defaults to geckodriver :: Titus Fortner
  • 70e72c8a02 - Change the location where the buck.pex is downloaded. :: Simon Stewart
  • 8eb46e583d - Tweak childprocess.rb to assume we're always using jruby :: Simon Stewart
  • c5aeecef84 - Updating .NET build dependencies for updated java targets :: Jim Evans
  • dd8f00410d - rb - marionette spec updates :: Titus Fortner
  • e3367a49c2 - this shouldn't make a difference, but it seems to work now, so... :: Titus Fortner
  • aee3d8790d - split up all the build rake tasks for build to work :: Titus Fortner
  • 7ed8fcf30c - rb - updates for windows compatibility :: Titus Fortner
  • 2a444de969 - Revert "this shouldn't make a difference, but it seems to work now, so..." :: Simon Stewart
  • 22cec65c5d - Revert "split up all the build rake tasks for build to work" :: Simon Stewart
  • 3f41a29aec - Allow buck to be downloaded and called with multiple targets. :: Simon Stewart
  • bad871b4fb - Better handling of exceptions in the new HTMLRunner :: Simon Stewart
  • b93ccedfc7 - Better logging of steps in the HTMLRunner :: Simon Stewart
  • 73a2cce39e - Revivify the old HTMLLauncher :: Simon Stewart
  • 0e923016ba - Allow the new HTMLRunner to run suites from the local filesystem. :: Simon Stewart
  • cc309c9762 - Delete the redundant skeleton html runner and use HTMLLauncher in preference :: Simon Stewart
  • eb31e47923 - Add a test case to allow the Core tests to run :: Simon Stewart
  • 2f79118f93 - Rework our new SeCore test runner. :: Simon Stewart
  • e043b6a69b - adding oss staging repo url to maven buck target(s) :: Luke Inman-Semerau
  • 05e5799a5f - rb - revert back to js for w3c page source :: Titus Fortner
  • 9e68025da6 - Update desired and required capabilities rather than replacing them in the Python client :: Dave Hunt
  • 319f4314b7 - Update desired and required capabilities rather than replacing them in the Python client :: Dave Hunt
  • 62ff9d3d71 - rb - updates for edge support :: Titus Fortner
  • a1b3b478ec - Fix flake8 issues in Python client :: Dave Hunt
  • bd3d308aad - Fix flake8 issues in Python client :: Dave Hunt
  • 02e40f1aec - expose the rgb raw values to Color support class via java.awt.Color :: Luke Inman-Semerau
  • fd31a5faf0 - have Rakefile read ~/.m2/settings.xml for maven credentials, horrible xml parsing but ¯_(ツ)_/¯ doesn't look like i can use third party gems in our Rakefile :: Luke Inman-Semerau
  • 36a417ef4a - [js] Properly send HTTP requests when using a WebDriver server proxy :: Jason Leyba
  • 006a6c42ec - java: update geckodriver executable name and urls :: Andreas Tolfsen
  • 5d3639fe1a - Don't blur when clicking a non-focusable child of the active element. :: Jason Juang
  • c726b3f781 - py: default Safari to use safaridriver from apple if it exists, add 'use_legacy' to Safari constructor to force the old way (not sure if it would even work, but leaving the option open) :: Luke Inman-Semerau
  • 56aeee5028 - rb - update changelog :: Titus Fortner
  • 529ea7c5c8 - Make the FirefoxDriver fall back to looking for wires if geckodriver not found. :: Simon Stewart
  • 01d9bc748c - Rework the V3 launcher. :: Simon Stewart
  • 09a8a51347 - Hook up the new Core Runner (HTMLLauncher) to the main method. :: Simon Stewart
  • 4444c7ff18 - Add missing copyright notice :: Simon Stewart
  • f56924e5d6 - Generate BuildInfo for JARs we generate :: Simon Stewart
  • 4243f8cbd7 - Fix a bug in starting up the server with unknown role types :: Simon Stewart
  • 2e2ab01849 - Log the build revision and version number on start up. :: Simon Stewart
  • 612e2b03dd - Remove an unused alias from the buckconfig :: Simon Stewart
  • 7759ff4475 - Allow tests using the SynthesizedFirefoxDriver to work from an IDE. :: Simon Stewart
  • 4942a7037f - The PEX used in the interactive tests should be crazy-fun's :: Simon Stewart
  • fc09123eea - Actually make the tests in the IDE work. :: Simon Stewart
  • f10408a58e - Small overhaul to the command-line parameter documentation (#2383) :: Marcus Merrell
  • b605dd8be6 - Work around issue on Windows with BuckBuild in IDE tests :: Simon Stewart
  • 5b7e46cd5e - Make my OCD happy by adding a blank line --- no logical changes :: Simon Stewart
  • b83fdcad96 - When killing buck, escape the path to the pex :: Simon Stewart
  • 3000ef4f9a - Bump max supported version for FirefoxDriver :: AutomatedTester
  • 5ad95f243a - Bump max supported version for FirefoxDriver :: AutomatedTester
  • 6b8f3fff8d - py: update binary name to geckodriver in firefox implementation :: Andreas Tolfsen
  • 5eba0fe70b - Bump Python Version to 2.53.6 :: AutomatedTester
  • 843b848442 - rb - update changelog & point release :: Titus Fortner
  • 08aafaf0e8 - rb - bump version to dev :: Titus Fortner
  • 6616780677 - [js] Deprecate more stuff :: Jason Leyba
  • 53f5cc213a - [js] Bump to 2.53.0 :: Jason Leyba
  • d033965f2d - spell remote correctly :: Rob Richardson
  • 9bcba27be1 - [js] For consistency with java, the file detector should ignore directory paths. :: Jason Leyba
  • 28db4a4729 - [js] Use the gendocs script from the deploy script :: Jason Leyba
  • 22cbc241da - [js] Slight reversal on thenFinally deprecation in 9dd3fe4 :: Jason Leyba
  • 0c04c7e950 - [js] Remove misleading test that trivially passes because it depends on a property that no longer exists. :: Jason Leyba
  • 4afcd2c692 - [js] Changed io.exists() to return a rejected promise if the input value is not a string. This would have caught the bad test from #1827 :: Jason Leyba
  • 1976737a1c - I really need to stop coding when I'm tired :: Jason Leyba
  • 4a33bf9753 - Adding a space when encoding ids starting with digits :: Bob Baron
  • 32f59a3335 - [js] Use https.request() for https requests. :: Jason Leyba
  • 8843f96303 - Use more informative link to JS API. :: Jason Juang
  • 38c583e477 - [js] fix capabilities serialize :: Craig Nishina
  • 182b4665ae - Properly handle responses in WebDriver.attachToSession :: Jason Leyba
  • 942d6d28c7 - Fix bug when Array prototype contains additional methods :: Bohdan Tkachenko
  • bb566eb6c2 - [js] bump to 2.53.2 :: Jason Leyba
  • d11b56df66 - [js] Bump to 2.53.3 to pick up changes for #2110 :: Jason Leyba
  • 135b6f5943 - Adding *.VC.db (Visual Studio temp file) to .gitignore :: Jim Evans
  • 15fe5fcbda - .NET bindings version 2.53.1 to work with Firefox 47.0.1 :: Jim Evans
  • 3da6b383a1 - Release 2.53.1 to work with Firefox 47.0.1 :: Jim Evans
  • 431070e95f - nodejs: enable use of firefox profiles for marionette (#2406) :: Andreas Tolfsen
  • d59ccc169a - [js] Marionette tweaks :: Jason Leyba
  • 74c5a85f1e - [js] Missed an isElementPresent call :: Jason Leyba
  • b824de08d4 - Change proxy to not depend on node util module (#2391) :: Ziyu
  • 91b3777143 - Delete debugging println calls. :: Jason Juang
  • a36b8b1cd5 - 2.53.1 version number bump :: Luke Inman-Semerau
  • 96ed95a974 - [js] Fix proxy configuration for geckodriver :: Jason Leyba
  • 65facb141a - Corrected link to buck fork (#2399) :: tommywo
  • c344464f2e - [js] Skip test that fails due to marionette bug :: Jason Leyba
  • ef3b8e2e41 - [js] Test cleanup :: Jason Leyba
  • 5412433da5 - adding maven-install target, adding two missing maven_coords directives, correcting one. This is pending some changes to buck to make it all work. :: Luke Inman-Semerau
  • 1c2fbcb2ed - Adding '/version' command line argument to IEDriverServer.exe :: Jim Evans
  • 1160d498f2 - Enabling tagging of beta releases for .NET bindings :: Jim Evans
  • 11955e8b4c - i can finally build / install the maven artifacts! :: Luke Inman-Semerau
  • 9225623f9f - SNAPSHOT didn't work, also correcting one of the third party maven_coords :: Luke Inman-Semerau
  • a9b485f914 - correcting readme for maven info :: Luke Inman-Semerau
  • 6ad4b4839e - nodejs: add switch context extension command to marionette (#2407) :: Andreas Tolfsen
  • 688a4be7a8 - augmenter is the actual top level library in remote, using that to build the maven artifact. cleaning up third_party dependencies, removing unused ones :: Luke Inman-Semerau
  • 240ca07e47 - re-add eclipse_compiler, still being used :: Luke Inman-Semerau
  • 125dd35439 - Add the ability to control how much info is coming out from failures using Py.test --tb feature :: AutomatedTester
  • 430b19b8b0 - fix javadocs for TakesScreenshot and OutputType (#2446) :: Alberto Scotto
  • 398c59103a - Fix build for IDEA users: cglib-nodep had broken paths (#2449) :: Alberto Scotto
  • d7b50a7e0d - fix javascript doc for Builder#setProxy() (#2452) :: Ziyu
  • e6b55070ba - no longer need to mention ff 47 in issue template :: Luke Inman-Semerau
  • 55e987831d - fixing grid launching with node role and including -browser :: Luke Inman-Semerau
  • 93332c3e87 - updating copyright :: Luke Inman-Semerau
  • ba6774223f - updating buck :: Luke Inman-Semerau
  • fe0ed9a802 - don't require maven credentials when doing a 'maven-install' :: Luke Inman-Semerau
  • cefa1bfa85 - Update W3C supported handle to use response instead of looking at capabilities :: AutomatedTester
  • b9a621f79a - w3c needs to be set for all instances of webdriver :: Luke Inman-Semerau
  • 1870e66482 - fix syntax error :: Luke Inman-Semerau
  • 0a4b995008 - rb - fix chrome options for detach (issue 2418) :: Titus Fortner
  • 4e1cf8fdd2 - add support for apple's safaridriver to java #2475 :: Luke Inman-Semerau
  • 09820214c6 - changing maven coords, users expect selenium-java to be how it was, which is basically the client-combined definition :: Luke Inman-Semerau
  • b1d30a54f5 - Wrap each Core test step with a decorator :: Simon Stewart
  • 37cdce043e - Allow the htmlrunner to store variables :: Simon Stewart
  • 54f5be744f - Handle the case where a htmlrunner command times out :: Simon Stewart
  • 0106900481 - Switch to using the chromedriver by default for the core self tests :: Simon Stewart
  • 4a80e2cdfb - Ignore tests that I can't get running for the htmlrunner :: Simon Stewart
  • ffbe2cc546 - building with Java 8 is required, updating readme :: Luke Inman-Semerau
  • 9044e157d5 - update readme, don't tell users to do just ./go also remove the reference to clean :: Luke Inman-Semerau
  • 28035f09bb - Hook up the original results write to the new htmlrunner. :: Simon Stewart
  • 2b06394782 - And now add the command log to the htmlrunner results :: Simon Stewart
  • 380b2c66f7 - DeviceRotation implementation (#2482) :: Rafael Chavez
  • fd84a1bcc3 - rb - add support for Apple's new safari driver :: Titus Fortner
  • e09e769d4e - rb - remove deprecated mobile classes (Issue #2476) :: Titus Fortner
  • b22f77a3f2 - fix cast exception for safaridriver on startup :: Luke Inman-Semerau
  • 352e5da987 - DeviceRotation response can return long. (#2504) :: Rafael Chavez
  • 60299ea2ab - Align Send Alert Text with Element Send Keys :: AutomatedTester
  • d8be9a962d - removing network.http.max-connections-per-server firefox preference :: Luke Inman-Semerau
  • 23a24f5d98 - firefox driver, when determining an point that's clickable, start with the middle of the edges rather than the corners, since people like their rounded corners and the click doesn't work with them there. :: Luke Inman-Semerau
  • fd008f569b - FIX: Small documentation typo. (#2518) :: David Zhu
  • d1477ce25a - Better logging from the new core runner :: Simon Stewart
  • 9e0dd5d198 - use border radius and not silly images for rounded corners in grid console page... you're welcome XgizmoX- :: Luke Inman-Semerau
  • a59d982da7 - Better logging from the new core runner :: Simon Stewart
  • aaef16fb84 - Add missing *Selected commands to the core runner :: Simon Stewart
  • 9c84654839 - Avoid returning null for CoreRunner steps :: Simon Stewart
  • 40f3adaefa - Allow core tests to have speed set :: Simon Stewart
  • c6e81e2771 - Core testrunner now support WaitFor* and WaitForNot* :: Simon Stewart
  • cdfe3a37eb - Trim command names in new core runner :: Simon Stewart
  • aead1f83ca - Accept GeckoDriverService in a FirefoxDriver ctor. :: Jason Juang
  • 4c5b29fac5 - Handle non-breaking spaces when parsing times in the core runner :: Simon Stewart
  • 0241fb1f80 - Autogenerate methods for assert* and verify* for boolean commands in the core runner. :: Simon Stewart
  • d313149753 - Add missing word in python readme (#2526) :: Francis Bergin
  • 5dec77c6c1 - Implement answerOnNextPrompt and isPromptPresent for Selenium RC :: Simon Stewart
  • dd44b4368f - Implement {get,set}CursorPosition for the RC emulation. :: Simon Stewart
  • b8b405fb8f - Create negated waitFor methods properly. :: Simon Stewart
  • 0b0cfa0acf - Implement {get,set}MouseSpeed in the RC emulation as a no-op :: Simon Stewart
  • 34d6047be7 - Java 8 cleanups :: Simon Stewart
  • f9cb9afb21 - Remote guava dependency on core interfaces :: Simon Stewart
  • 3a378b708c - Ensure printed log of steps handles nbsp; properly :: Simon Stewart
  • b668406b5e - Colourise the output log of the new core runner. :: Simon Stewart
  • 7b0e446b9b - Another stab at making the {assert,verify}OnNext work properly :: Simon Stewart
  • adc8214c6e - Colourise test summary results at top of core runner report. :: Simon Stewart
  • 3705de80e8 - Expand set of browsers used for core runner tests :: Simon Stewart
  • 8e8a72a666 - rb - technically shouldn't matter because the class is private, but I prefer this to updating the unit tests :: Titus Fortner
  • a986c7583c - Update changelog :: Simon Stewart
  • da101c9cfa - rb - bump version for beta release :: Titus Fortner
  • a85ebdaf89 - Bumping the buck version. :: Simon Stewart
  • a8adba250e - rb - update changelog with actual version number :: Titus Fortner
  • 5a5851a233 - rb - change ruby version to dev between releases :: Titus Fortner
  • 6066e42be2 - Add version numbers to generated artifacts in crazy fun :: Simon Stewart
  • 6d361a4647 - Making Marionette the default for .NET FirefoxDriver in 3.0 :: Jim Evans
  • 5fb1cfc0a0 - prompt user for passphrase :: Titus Fortner
  • f2335637e6 - Don't drop "binary" and "profile" capabilities for Marionette. :: Jason Juang
  • 8e4315c2eb - Bump the buck version :: Simon Stewart