Skip to content

1.7.2 Release

Compare
Choose a tag to compare
@zephraph zephraph released this 22 Jul 19:21
· 1402 commits to master since this release

This release introduces a few new keywords and contains an important fix for the latest selenium release. As always, if you find any issues let us know.

Changes

  • Added an argument called screenshot_root_directory that can be passed into S2L's
    constructor to specify where to store screenshots.
  • Added new keyword set screenshot directory which can be used to set the output
    of screenshots.
  • Added new keyword Input Text Into Prompt
  • Modified get alert message to accept a parameter dismiss (defaults to True) which can be
    used to prevent closing the alert message and instead will just return the alerts text.
    Also created new keyword dismiss alert to dismiss (default) or confirm the alert without
    reading the text of the alert. Expect cleanup of alert keywords in the future.
  • Added new keyword Input Text Into Prompt
  • Fixed an error where regular functions were not able to be used as a custom locator
  • Changed all test files to have a '.robot' extension

Important Fixes

  • Fixed issue that caused tests to fail when selenium > 2.26