Skip to content

jBrowserDriver

Compare
Choose a tag to compare
@hollingsworthd hollingsworthd released this 12 Apr 23:41
· 336 commits to master since this release

v0.11.0 Release Notes:

  • Fix HotSpot segfault when accessing stale DOM elements--throw exception instead
  • Assume content-type of "text/html" if the header is missing
  • Throw exception when interacting with a WebElement that's not visible
  • Fix WebElement.isDisplayed to also account for "visibility:hidden"
  • Bubble up most exceptions in WebElement APIs
  • Throw timeout exception as needed
  • Wrap RMI-related exceptions in a Selenium runtime exception
  • Generally, more exceptions are thrown now and they are Selenium runtime exceptions--this may be a significant change for people using previous jBrowserDriver versions, but the behavior is more consistent with other Selenium drivers. All the exceptions should be of the type org.openqa.selenium.WebDriverException or one of its subclasses.