Skip to content

v1.8.7

Compare
Choose a tag to compare
@sarimarton sarimarton released this 27 Aug 20:18
· 17 commits to master since this release

1.8.7

  • Uses selenium-webdriver@4.11 which automatically downloads browsers and their drivers, notably Chrome for Testing and chromedriver. Use the step {browser version} = '<major version>' to specify the browser version. Note: Chrome has a recent bug so using {browser version} = '113' is recommended as of today.
  • Added CLI option to disable the progress bar. Closes #58
  • Added step Click over {{element}} which is an alias for Hover over and click {{element}}