Skip to content

taiko 0.4.0

Compare
Choose a tag to compare
@gaugeci gaugeci released this 13 Dec 10:33
· 1925 commits to master since this release

New Features

  • #276 - Generate step from recorded script
  • #104 drag and drop

Enhancements

  • #217 Let text do contains if no exact match found
  • #142 Allow regex to intercept request

Bug Fixes

  • #260 - Fix click api to click on the innermost element which matches the selector.
  • #259 - Fix contains to get the innermost element
  • #256 - Should not skip chromium download when env is set to false
  • #246 - SKIP_CHROMIUM_DOWNLOAD doesn't seem to skip chromium

Miscellaneous

  • #274 - Chrome local storage is getting cleared for every time loading the page
  • #267 - Should fail if element with given criteria does not exist

NOTE

exists will return boolean instead of object with description like {description:'Exists'} from this release.