Skip to content

jBrowserDriver

Compare
Choose a tag to compare
@hollingsworthd hollingsworthd released this 28 Apr 04:33
· 305 commits to master since this release

v0.12.0 Release Notes:

  • Change default max processes to twice the number of available CPUs
  • Use default RMI host of 127.0.0.1
  • Throw NoSuchElementException when findElement(By) is null
  • Integrate logging with Java Logger instead of sending messages directly to standard out/error
  • Keep web page rendering from lagging behind screenshots and other actions
  • Capture browser/Javascript console messages
  • Prevent graphics platform from being re-initialized on JBrowserDriver.reset(..)
  • Fix setting for limiting which ports Java RMI uses
  • Update Selenium version to 2.53.0

Note this release deprecates some Settings. Warning messages will appear in standard error if you're using deprecated APIs, but everything will continue functioning until v2.0.0 when those deprecated APIs are removed. The warning messages will direct you to the appropriate replacement APIs, but please read the new documentation as there are changes to functionality (the APIs weren't merely renamed).