Skip to content

Releases: hollingsworthd/jBrowserDriver

jBrowserDriver

06 Feb 07:25
Compare
Choose a tag to compare

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

25 Jan 19:57
Compare
Choose a tag to compare

v0.8.2 Release Notes:

  • Fix manifest on Windows OS

jBrowserDriver

22 Jan 07:30
Compare
Choose a tag to compare

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

17 Jan 07:01
Compare
Choose a tag to compare

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

15 Jan 08:11
Compare
Choose a tag to compare

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

14 Jan 04:26
Compare
Choose a tag to compare

v0.7.1 Release Notes:

  • Add inherited JavaDocs

jBrowserDriver

13 Jan 04:03
Compare
Choose a tag to compare

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

09 Dec 19:21
Compare
Choose a tag to compare

v0.6.6 Release Notes:

  • Catch socket and stream exceptions
  • Improve thread safety

jBrowserDriver

03 Dec 02:23
Compare
Choose a tag to compare

v0.6.5 Release Notes:

  • Close all non-daemon threads
  • Fix NPE on loading ad-hosts.txt

jBrowserDriver

02 Dec 05:18
Compare
Choose a tag to compare

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)