Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ test/results
*.pyc
*.orig
MANIFEST
doc/*.html
*.egg-info
*.egg
chromedriver.log
Expand Down
10 changes: 9 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Release Notes
=============

1.7.3 (unreleased)
1.7.3
-------------------
- Added 'Get WebElement' [zephraph][emanlove]

- Added named keys to 'Press Key' [helioguilherme66]

- Fix an import error that caused a dependence on RF >= 2.8.5
[zephraph]

- Fixed an issue that caused screenshots to be improperly linked in the logs
[zephraph]

1.7.2
----------------
- Added an argument called screenshot_root_directory that can be passed into S2L's
Expand Down
Loading