Selenium - selenium-3.13.0


  • Update changelog for 3.12.0 :: Alex Rodionov
  • Check variant type to be VT_DISPATCH before checking for arrays :: Jim Evans
  • Adding alert text for unexpected alerts in IE :: Jim Evans
  • Updating .NET CHANGELOG for 3.12 release :: Jim Evans
  • Updating IE driver prebuilts and CHANGELOG for 3.12 release :: Jim Evans
  • Browsers other than gecko can behave differently too if the window is not in focus. :: Alexei Barantsev
  • [java] Deleting unused private fields :: Alexei Barantsev
  • [java] There are no more multiple IE driver engines :: Alexei Barantsev
  • [java] Deprecating unused utility functions :: Alexei Barantsev
  • [java] Deleting unused private field :: Alexei Barantsev
  • Updating use of command-line args for protocol selection for Edge in .NET :: Jim Evans
  • Upgrading httpcomponents :: Alexei Barantsev
  • Deprecating apache httpclient based implementation :: Alexei Barantsev
  • Deleting deprecated code :: Alexei Barantsev
  • Enabling chrome java tests on travis :: Alexei Barantsev
  • Adding a safari job for travis :: Alexei Barantsev
  • Ignoring failed chrome tests :: Alexei Barantsev
  • Adding java IE test job to appveyor :: Alexei Barantsev
  • Use default OSX image on travis :: Alexei Barantsev
  • Backing up safari job, installation script are not OSX compatible yet, need rework :: Alexei Barantsev
  • Add missing copyright notice :: Simon Stewart
  • Adding a w3c compliant remote webdriver builder :: Simon Stewart
  • Ignoring more chrome tests that fail on travis :: Alexei Barantsev
  • [java] Adding a test for noProxy :: Alexei Barantsev
  • Unignoring a couple of tests passed in IE :: Alexei Barantsev
  • Updating okhttp :: Alexei Barantsev
  • Updating gson :: Alexei Barantsev
  • Updating guava :: Alexei Barantsev
  • Updating htmlunit and htmlunitdriver :: Alexei Barantsev
  • Update IDEA gson library descriptor :: Alexei Barantsev
  • Update IDEA htmlunit library descriptor :: Alexei Barantsev
  • It appears that htmlunit uses its own css parser now :: Alexei Barantsev
  • [java] Fixing JSON to Proxy deserialization :: Alexei Barantsev
  • This test mostly works in Chrome (but it's flacky) :: Alexei Barantsev
  • Disabling a test in Chrome, it uses legacy (string) format for noProxy :: Alexei Barantsev
  • [py] Update changelog for 3.12.0 :: lmtierney
  • [java] Fixing noProxy to work in legacy drivers too :: Alexei Barantsev
  • Deleting unused imports :: Alexei Barantsev
  • Actually updating capabilities with fixed noProxy :: Alexei Barantsev
  • Update close window command to return list of remaining window handles. :: Jim Evans
  • [py] update documentation for find_element methods to remove 'private' indication :: lmtierney
  • Avoid using the BeanToJsonConverter within Json :: Simon Stewart
  • Make the bean to json test use JsonOutput :: Simon Stewart
  • Update LICENSE :: Alex Rodionov
  • default hub host address to 0.0.0.0 when not specified :: Doug Simmons
  • Use goog:chromeOptions when sending Chrome options capabilities :: Alex Rodionov
  • Bump bundler locked selenium-webdriver version :: Alex Rodionov
  • Address Ruby warnings for redefined methods and uninitialized ivars :: Alex Rodionov
  • Use RuboCop-preferred way to skip iteration :: Alex Rodionov
  • Switch to our own classes for outputting JSON :: Simon Stewart
  • Remove deprecated RemoteProxy.getStatus method :: Simon Stewart
  • Remove GSON from the RegistrationServlet :: Simon Stewart
  • Remove GSON from CrossDomainRpcLoader :: Simon Stewart
  • Remove unused import :: Simon Stewart
  • Remove GSON from build files :: Simon Stewart
  • Remove unnecessary GSON imports from RegistrationRequest :: Simon Stewart
  • Clean up unused import and javadocs :: Simon Stewart
  • Continue removing gson from the json package :: Simon Stewart
  • Finish removing gson from grid :: Simon Stewart
  • JSON pretty printing :: Simon Stewart
  • Update chromeOptions key for capabilities :: Simon Stewart
  • Suppressing IE compile warnings during 64-bit compilation :: Jim Evans
  • Adding log message for mismatched bitness of IE and driver for sending keys :: Jim Evans
  • Internal refactor of IE driver moving OS bitness checking code :: Jim Evans
  • Updated to better support using CreateProcess API for launching IE. :: Jim Evans
  • Add the ability to set capabilities on the remotewebdriver builder :: Simon Stewart
  • Allow a user to specify a remote url or driver service to use when building remote webdrivers :: Simon Stewart
  • Use ServiceLoader to find a missing DriverService in the driver builder :: Simon Stewart
  • Add a "oneOf" method to the builder :: Simon Stewart
  • Actually build a driver from the RemoteWebDriverBuilder :: Simon Stewart
  • Catch an additional reflective exception in the server :: Simon Stewart
  • Implementing new session payload string representation for logs :: Alexei Barantsev
  • Fixing unit tests to use fake driver services. :: Alexei Barantsev
  • [py] refrain from sending windowHandle param for w3c maximize_window :: lmtierney
  • Fixing javadoc. Fixes #5928 :: Alexei Barantsev
  • Use diamond operators instead of explicit type declarations :: Alexei Barantsev
  • Remove unused imports :: Alexei Barantsev
  • Remove redundant throws clauses :: Alexei Barantsev
  • Making beforeunload test W3C conformant :: Alexei Barantsev
  • Disabling unstable chrome test :: Alexei Barantsev
  • Disabling beforeunload alter test in other non-conformant drivers :: Alexei Barantsev
  • Disabling beforeunload alert tests in python :: Alexei Barantsev
  • [py] Disabling beforeunload alert test for remote too, because it usese legacy Firefox :: Alexei Barantsev
  • Ignoring another exception that can appear on an attempt to start driver service with unacceptable capabilities. :: Alexei Barantsev
  • Forcing test server to stop on shutdown. :: Alexei Barantsev
  • Fixing noProxy handling in Grid :: Alexei Barantsev
  • Disabling an unstable test in Chrome :: Alexei Barantsev
  • Added ability to direct headless chrome to save files in ruby Driver :: Alex Rodionov
  • Rename #downloads_files_to to #download_path= and add a simple test :: Alex Rodionov
  • Move knowledge of JSON parsing into JsonInput :: Simon Stewart
  • Much overdue .NET test cleanup, removing unused/untested browser types :: Jim Evans
  • Adding inadvertently omitted FirefoxDriverconstructor for .NET :: Jim Evans
  • Moving IE #defines for page load strategies :: Jim Evans
  • Updating comments to IE driver code :: Jim Evans
  • Adding ability to return extended error info from IE actions :: Jim Evans
  • Refactoring IE waiting for page load on click :: Jim Evans
  • No longer swallow exceptions for navigation to malformed URLs in .NET :: Jim Evans
  • Updating .NET escaping of CSS selectors for the ID and name cases :: Jim Evans
  • Updating documentation comment in .NET :: Jim Evans
  • Changing .NET test drivers to implement new instantiation scheme :: Jim Evans
  • Making .NET test suite align with Java test suite :: Jim Evans
  • Adding .NET test configurations :: Jim Evans
  • Updating IE driver prebuilts to latest binaries :: Jim Evans
  • Unignoring contentEditable tests for .NET :: Jim Evans
  • Updating ignored .NET tests :: Jim Evans
  • Removing unused categories in .NET tests :: Jim Evans
  • Further .NET integration test cleanup :: Jim Evans
  • More .NET test updates for Edge :: Jim Evans
  • Expose the RemoteWebDriverBuilder :: Simon Stewart
  • Updating release version to 3.12.1 for .NET :: Jim Evans
  • Fixed quit command for default state :: Jim Evans
  • Reverting inadvertently committed changes to .NET test appconfig.json :: Jim Evans
  • Updating unignored .NET tests for Chrome :: Jim Evans
  • [py] WebDriver as context manager (#5919) :: Lucas Tierney
  • Interpreting zero timeout value as "infinite" (actually, max long) :: Alexei Barantsev
  • Loosen WebElementCondition instance checks (#5968) :: jleyba
  • Updating default Safari driver config to use for .NET tests :: Jim Evans
  • More adjusting ignored browsers for .NET test suite :: Jim Evans
  • Enable Get Element Property tests in Edge :: Jim Evans
  • Enable multiple tests in Edge :: Jim Evans
  • Implement HasCapabilities by EventFiringWebDriver (#5917) :: Simon Stewart
  • Add before/after getText events (#5974) :: Simon Stewart
  • Expand imports :: Simon Stewart
  • Add test for JsonInput :: Simon Stewart
  • Use anonymous GitHub API when GITHUB_TOKEN is not set :: Alexei Barantsev
  • Fix if block for GITHUB_TOKEN :: Dave Hunt
  • Test cleanup for Safari in .NET tests :: Jim Evans
  • Removing redundant XPath finding tests in .NET :: Jim Evans
  • Moving .NET test to asserts using constraints :: Jim Evans
  • Fixing null pointer exception for .NET on Safari with mouse movements :: Jim Evans
  • Adding default Safari driver class for .NET tests :: Jim Evans
  • Fixing mouse movement in .NET :: Jim Evans
  • Make RuboCop happy again :: Alex Rodionov
  • Adding property to force use of legacy protocol for Safari in .NET :: Jim Evans
  • update PyPI links in Python docs (#6011) :: GitHub
  • [firefox legacy] Adding a null check. Fixes #5881 :: Alexei Barantsev
  • Switch to our own classes for JSON parsing :: Simon Stewart
  • Allow the number coercer to implicitly coerce strings to numbers :: Simon Stewart
  • Remove GSON from main source tree :: Simon Stewart
  • Fix the build. Oops. :: Simon Stewart
  • Updating IE driver to use SendInput for a single input at a time :: Jim Evans
  • Adding logging to IE driver for setting window focus :: Jim Evans
  • Updating .NET test to not need two driver instances :: Jim Evans
  • Use elementFromPoint for IE driver in determining obscured elements :: Jim Evans
  • Updating JavaScript automation atoms for IE :: Jim Evans
  • Ignoring drag-out-of-viewport tests for spec-compliant drivers in .NET :: Jim Evans
  • Removing IE-specific tests that are covered in common tests for .NET :: Jim Evans
  • Updating IE driver binary prebuilts :: Jim Evans
  • Ensure we do not write too much JSON across the wire :: Simon Stewart
  • Allow pretty printing of json to be disabled. :: Simon Stewart
  • Remove debug print statements. #prodeveloper :: Simon Stewart
  • [3450] Added bindings for custom ChromeDriver commands (GET_NETWORK_CONDITIONS, SET_NETWORK_CONDITIONS and DELETE_NETWORK_CONDITIONS) that allows client code to utilize built-in throttling functionality. (#3479) :: Simon Stewart
  • Bump version to 3.13 :: Simon Stewart
  • [java] Improving getText javadoc. Fixes #5936 :: Alexei Barantsev
  • [grid] Dumping pretty-printed node config to debug level log :: Alexei Barantsev
  • [grid] Fixing CLI processing if -nodeConfig or -hubConfig present :: Alexei Barantsev
  • Update README.md (#6021) :: Simon Stewart
  • Updated ChromeDriver docs (#5999) :: Simon Stewart
  • Remove an unused dep in a java rule :: Simon Stewart
  • Fix comment issues. (#5954) :: Simon Stewart
  • Added more documentation to isEnabled() and resolves #3547 (#5691) :: Simon Stewart
  • [grid] Fixing hub and node configuration loading from json file :: Alexei Barantsev
  • Bump the Netty version we use :: Simon Stewart
  • Updating EdgeOptions to include type-safe properties for Edge-specific capabilities :: Jim Evans
  • [grid] Fixing opera driver class name. Fixes #6057 :: Alexei Barantsev
  • Marking elements with 'pointer-events' style of 'none' as obscured in IE :: Jim Evans
  • Removing legacy WebDriver extension when using Geckodriver in .NET :: Jim Evans
  • Reinstating ICommandExecutor descending from IDisposable in .NET :: Jim Evans
  • Allow extension of RemoteWebElement for caching properties :: Jim Evans
  • Replace Chrome with Firefox in .NET documentation comments :: Jim Evans
  • Get the status servlet working again. :: Simon Stewart
  • Updating java changelog :: Simon Stewart
  • fix incorrect w3c action encoding in python client (#6014) :: Lucas Tierney
  • [py] fix PointerInput kind in w3c ActionBuilder :: Lucas Tierney
  • Add executing custom command to Chrome Python bindings (#5989) :: Lucas Tierney
  • Fix JSON parsing of unicode escapes :: Simon Stewart
  • Remove unnecessary main methods :: Simon Stewart
  • More compliant JSON escaping of characters :: Simon Stewart
  • Fix encoding of log levels :: Simon Stewart
  • [py] Update CHANGES for 3.13.0 :: lmtierney
  • [rb] Update CHANGES for 3.13.0 :: lmtierney
  • Updating .NET CHANGELOG for 3.13.0 release :: Jim Evans
  • Updating IE driver CHANGELOG and version resources for 3.13 release :: Jim Evans

  • Details

    date
    Aug. 16, 2018, 3:52 p.m.
    name
    Selenium 3.13.0
    type
    Minor
    👇
    Register or login to:
    • 🔍View and search all Selenium releases.
    • 🛠️Create and share lists to track your tools.
    • 🚨Setup notifications for major, security, feature or patch updates.
    • 🚀Much more coming soon!
    Continue with GitHub
    Continue with Google
    or