8000 Release 0.17.0 · seleniumQuery/seleniumQuery · GitHub
[go: up one dir, main page]

Skip to content

0.17.0

Compare
Choose a tag to compare
@acdcjunior acdcjunior released this 03 Dec 16:55

Noteworthy:

  • Updated to Selenium 3.8.0 (jdk8)

  • Updated htmlunit-driver to 2.27

  • Added Chrome headless mode:

    $.driver().useChrome().withHeadlessMode();
    

Other changes

  • Created SeleniumQuery.seleniumQueryBrowser() to get the SeleniumQueryBrowser instance used by the global SeleniumQuery.$ field.
  • Update some dependencies, such as commons-lang3 from 3.5 to 3.6, as well as added commons-text 1.1.
  • Removed htmlunit's $.driver().useHtmlUnit().emulatingInternetExplorer8(), $.driver().useHtmlUnit().emulatingInternetExplorer11() and other browsers HtmlUnit does not emulate anymore.
  • Removed $.browser.function()s
    • The new place for the functions that were in $.browser.FUNCTION is either $.FUNCTION or $.driver().FUNCTION.
    • In other words, the function $.browser.function() will either be $.function() or $.driver().function().
  • Removed BrowserFunctionsWithDeprecatedFunctions (class that held that attribute while it was deprecated)
0