Skip to content

Releases: robotframework/SeleniumLibrary

v1.8.0

25 Aug 20:07
Compare
Choose a tag to compare
  • Moved keyword documentation to: http://robotframework.org/Selenium2Library/Selenium2Library.html
  • Library demo project was removed, users shoud use demo from: https://bitbucket.org/robotframework/webdemo
  • docutils was removed as installation dependency.
  • Edge browser support was added to Open Browser keyword [jfx].
  • Unselect From List keyword was updated because selenium 2.53.0 or greater raised an exception if item can not be unselected.
  • Get Element Size keyword was added [SergiuTudos]
  • Alert handling was improved to wait alert be present
  • Capture Page Screenshot keyword was enhanced to support custom index definition in the filename

v1.7.4

26 Aug 18:32
Compare
Choose a tag to compare

This release reverts the changes made in 1.7.3 for the Press Key keyword. People were depending on the ability to use Press Key to type a string of characters which was an undocumented and untested feature.

Tests and documentation have now been added for that feature. The named keys functionality which was release in 1.7.3 will be reworked and re-released in 1.8.

1.7.3 Release

11 Aug 20:08
Compare
Choose a tag to compare

This is a pretty small release that mostly fixes some backwards compatibility issues.

Changes

  • Added Get WebElement Keyword
  • Added named keys to Press Key
  • Fix an import error that caused a dependence on RF >= 2.8.5
  • Fixed an issue that caused screenshots to be improperly linked in the logs

1.7.2 Release

22 Jul 19:21
Compare
Choose a tag to compare

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

1.7.1 Release

18 Jun 23:12
Compare
Choose a tag to compare

This update is simply a hotfix to support RF 2.9a.

1.7 Release

05 Jun 21:55
Compare
Choose a tag to compare
Merge pull request #425 from zephraph/1.7-release

Update docs for 1.7 release