W3c Webdriver Versions Save

W3C WebDriver JavaScript Client

v3.0.0

2 years ago
  • Updated all dependencies to latest version
  • Dropped support for Node > 14
  • Dropped request package as dependency. HTTP/S requests are not made using Nodes http and https packages respectively

v2.1.0

4 years ago
  • Added support for sending and receiving element when using executeScript or executeScriptAsync
  • All function parameters has been documented
  • Documentation improvements
  • Automatic dependency update on weekly bases
  • Test coverage is increased to 100%
  • Improving debugging on BrowserStack by adding test name in url

v2.0.0

4 years ago
  • setTimeout -> setTimeouts
  • getTimeout -> getTimeouts
  • documentation migrated to markdown and gitbook
  • documentation links and typo fixes
  • CI infrastructure migrated to GitHub Actions
  • folder structure flattened by removing website package
  • coverage reporting migrated from coveralls to Codecov for easier merging of reports from different browsers
  • migrated from TSLint to ESLint

v1.0.0

4 years ago
  • isElementSelected command
  • getElementRect command
  • performActions command
  • releaseActions command

v0.17.0

4 years ago
  • takeElementScreenshot command implemented
  • findElementFromElement command implemented
  • findElementsFromElement command implemented
  • Publish README.md to NPM

v0.16.0

4 years ago
  • Dependencies updated to latest
  • Migrate from Jest to Mocha

v0.15.0

4 years ago

v0.14.0

6 years ago
  • addCookie command implemented
  • getAllCookies command implemented
  • findElements command implemented
  • executeAsyncScript command implemented

v0.13.0

6 years ago
  • takeScreenshot command implemented

v0.0.12

6 years ago
  • getPageSource command