Skip to content

taiko 0.8.0

Compare
Choose a tag to compare
@gaugeci gaugeci released this 18 Jun 11:03
· 1185 commits to master since this release

New Features

  • #515 - Add support for plugins to extend taiko via subcommands
  • #531 - Extend the waitFor api to wait for elements

Enhancements

  • #608 - Support HTML 5 input types in text box.

Bug Fixes

  • #613 - Taiko does not show the correct message for readonly text box
  • #609 - Error: Cannot read property 'toString' of null
  • #607 - validation is missing for few apis
  • #599 - Can't able to handle browser notification pop up
  • #596 - Placeholder text is not getting cleared when text is entered
  • #594 - HeadFull mode is not working
  • #589 - closeTab should not close the browser
  • #597 - Should be able to execute recorded script
  • #620 - should fail if the element is not focusable
  • #619 - fixed to write in first writable element #613
  • #603 - Should be able to execute the same script with different User Interface (UI) librarys
  • #590 - Write method do not triggers onInput or onchange events

Miscellaneous

  • #563 - Create Proxies for client passed to plugins

Thank you @chris-kobrzak for your contributions.

NOTE: We have deprecated clearBrowserCookies, inputField, textField, comboBox, intervalSecs, timeoutSecs, loadPlugin API's and timeout option in API's. Please look for alternate API's to use.