Skip to content

v0.17.0

Compare
Choose a tag to compare
@AutomatedTester AutomatedTester released this 09 Jun 15:48
· 32 commits to master since this release

Added

  • Added endpoints:
    • POST /session/{session id}/window/fullscreen to invoke the window manager-specific full screen operation
    • POST /session/{session id}/moz/addon/install to install an extension [Gecko only]
    • POST /session/{session id}/moz/addon/uninstall to uninstall an extension [Gecko only]

Changed

  • Increasing the length of the network.http.phishy-userpass-length preference will cause Firefox to not prompt when navigating to a website with a username or password in the URL
  • Library dependencies upgraded to mozrunner 0.4 and mozprofile 0.3 to allow overriding of preferences via capabilities if those have been already set in the profile
  • Library dependencies upgraded to mozversion 0.1.2 to only use the normalized path of the Firefox binary for version checks but not to actually start the browser, which broke several components in Firefox on Windows

Fixed

  • The SetWindowRect command now returns the WindowRect when it is done
  • Use ASCII versions of array symbols to properly display them in the Windows command prompt
  • Use SessionNotCreated error instead of UnknownError if there is no current session