Skip to content

jBrowserDriver

Compare
Choose a tag to compare
@hollingsworthd hollingsworthd released this 28 Mar 07:29
· 378 commits to master since this release

v0.10.3 Release Notes:

  • Send non-default ports on the host header (:sparkles:Thanks to @heinousjay)
  • Allow sendKeys to work with HTML file inputs, interpreting the string as a file path
  • Remove unnecessary Monocle classes and resources
  • Improve thread safety and eliminate HotSpot errors which occurred in certain environments
  • Fix browser fullscreen mode not working sporadically
  • Bubble up exceptions from executeScript instead of returning null
  • Handle maps and functions as return values from executeScript
  • Fix bug where some types of elements nested in a list returned from executeScript could not be used