Skip to content

Releases: webdriverio/webdriverio

v6.0.10

08 May 11:13
Compare
Choose a tag to compare

No Updates!

V1.0.0

10 Dec 15:09
@vvo vvo
Compare
Choose a tag to compare
  • refactored chain API using chainit to resolve pause(1) and chain order bugs, fixes many chain issues
  • refactored test launcher, use a local server and a local file for testing, provide easy local testing and fully mocha compliant
  • refactored commands/protocols modules syntax
  • refactored prototype launcher (use named functions)
  • removed most of the if(!callback) checks in code, chainit always sends a callback if needed
  • use simple travis commands (we will be able to run on many browsers without having to code a runner), see admc/wd example
  • logLevel defaults to silent (too much output at first use)
  • singleton defaults to false (misleading default option)
  • added maximize protocol
  • cleaner readme
    travis-ci now used on all PR and all pushed to master, as you can see in this PR and you can check the results

improved remote use of webdriverjs

19 Sep 00:58
Compare
Choose a tag to compare
  • simplified remote connection establishment
  • added documentation for using webdriverjs with TestingBot
  • command getAttribute returns unfiltered value from browser-driver

enables proper use of modifier keys

06 Sep 02:04
Compare
Choose a tag to compare
  • improved setValue and addValue command
  • enables proper use of modifier keys
  • added tests using modifier keys
  • execute travis tests with Sauce Labs, added badge README.md

Removed postinstall process

31 Aug 16:10
Compare
Choose a tag to compare
  • removed npm postinstall script because of missing support on windows machines, should be downloaded manually anyway
  • includes PR #82 - Fixed a wrong name on a local variable reference
  • added CONTRIBUTING.md
  • rewrote some parts in README.md

Support for new selenium-server versions

27 Aug 07:02
Compare
Choose a tag to compare
  • added support for selenium-server-standalonver > v2.31.0
  • improved command executions for click, waitFor and getLocation
  • removed duplicate command setSize()
  • added more tests
  • removed selenium-server-standalonver jar from repository
  • implemented install script for downloading this jar into .bin folder
  • cleaned up git repository (got rid of big jar files in git history) - requires to re-checkout this repository

SauceLabs and unicode character support

09 Aug 00:54
Compare
Choose a tag to compare