Skip to content

Releases: tassosblackg/easIE

easIE: chromedriver path fix -crossplatform

21 Jan 16:29
Compare
Choose a tag to compare

Fixes:

  • Wrong chromedriver path depending on OS. [FIXED]
  • Add SLF4j dependency is needed to newer java versions.
  • Update jackson-coreutils dependency use different link from jitpack.
  • Upgrade Maven dependencies.
  • Update public void waitPageLoad() {BrowserEmulator}, deprecated WebDriverWait() method [FIXED].
  • Tested using java17-jdk and java1.8-jdk.
  • Tested using chromedriver both Linux(v96,v97) and Windows(v97).
  • Clean code inside Main.java [fix duplicate lines of code--new method run_executor]

Known Issues:

  • Deprecated methods inside MongoUtils.java.

  • Warning:

    "Unable to find a version of CDP to use for." --reference to selenium web driver
    Info: "Unable to find CDP implementation matching 97"
    [Occurs only when using the 'easIE.jar' for execution]

Full Changelog: 1.0.1...1.0.2