v0.17.0
·
33 commits
to master
since this release
Added
- Added endpoints:
- POST
/session/{session id}/window/fullscreento invoke the window manager-specificfull screenoperation - POST
/session/{session id}/moz/addon/installto install an extension [Gecko only] - POST
/session/{session id}/moz/addon/uninstallto uninstall an extension [Gecko only]
- POST
Changed
- Increasing the length of the
network.http.phishy-userpass-lengthpreference 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
SessionNotCreatederror instead ofUnknownErrorif there is no current session