Releases: hollingsworthd/jBrowserDriver
Releases · hollingsworthd/jBrowserDriver
jBrowserDriver
v0.8.4 Release Notes:
- Use URLs in manifest instead of file paths which fixes Mac OS X failures
- Fix handling of casing on headers which resulted in duplicate headers
- Put Referer header in correct order for Tor and Chrome user agents
- Remove Via header added by Apache HttpClient when caching is turned on
jBrowserDriver
v0.8.2 Release Notes:
- Fix manifest on Windows OS
jBrowserDriver
v0.8.1 Release Notes:
- Add support for handling JavaScript dialogs (alert/prompt/confirm)
- Log exceptions that occur during initialization
- Let users configure browser caching
- Improve handling of temporary files generated at runtime
- Fix regression of not being able to set screen dimensions
- Reduce length of command line arguments used to launch child processes (important for Windows OS)
- Handle single RMI port being specified, in addition to port ranges
- In non-headless mode, fix bug where JavaFX was initialized in parent process
jBrowserDriver
v0.7.3 Release Notes:
- Fix bug where not all request headers were being set
- Improve lax date parsing for cookies
- Handle public suffix domain filtering on cookies
jBrowserDriver
v0.7.2 Release Notes:
- Use more lenient cookie validation
- Fix build: require Selenium API version 2.48.2
- Fix screenshot errors that happen on certain platforms
jBrowserDriver
v0.7.1 Release Notes:
- Add inherited JavaDocs
jBrowserDriver
v0.7.0 Release Notes:
- Run each browser instance in a separate OS process
- Handle malformed HTML pages
- Add integration tests
- Remove 127.0.0.1 from ad-hosts.txt
- Change project license to Apache License version 2.0
- Fix Maven POM to be compatible with more Maven versions
- Fix bug which caused crashes on Windows OS
- Fix XPath selectors
- Eliminate SLF4J warning
jBrowserDriver
v0.6.6 Release Notes:
- Catch socket and stream exceptions
- Improve thread safety
jBrowserDriver
v0.6.5 Release Notes:
- Close all non-daemon threads
- Fix NPE on loading ad-hosts.txt
jBrowserDriver
v0.6.4 Release Notes:
- Handle "Expect: 100-Continue" on proxies
- Handle EOF on SSL connections
- Fix support for certain HTTP proxies
- Add option to trust all certs (-Djbd.pemfile=trustanything)
- Add option to use standard browser certs (-Djbd.pemfile=compatible)