Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

WebDriverWrapper, WebDriverWrapperException, WebElementWrapper, POM, & SeleniumCompatibilityTests

Compare
Choose a tag to compare
@BrandonDudek BrandonDudek released this 09 May 14:36
· 65 commits to master since this release

WebDriverWrapper

  • Added the Ability to set a User "Thinking" Time and Deviation
  • Added the ability to set the default "Window Size" for the Chrome Headless Browser
  • Added the ability to turn on the Web Driver Logging, for Chrome
  • Added the ability to turn off the Auto Screenshot on Error feature
  • Updated Chrome Driver to version 74.0.3729.6

WebDriverWrapperException

  • Added this generic exception type to be used by the WebDriverWrapper class

WebElementWrapper

  • Added the Ability to set a User "Thinking" Time and Deviation
  • Sped up WebElementWrapper's auto reacquire WebElement capability.

POM

  • Updated Dependency Versions: Apache Commons Lang (3.9), Saxon (9.9.1-2)
  • Added Dependency: Apache Commons Math (3.6.1)

SeleniumCompatibilityTests

  • Added Selenium Unit Testing for Chrome on Linux.