Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b6cd170
When screen shot is taken file is not overwritten
aaltat Jun 7, 2015
a0305b9
Ensure RobotRunningError exists before using it
just-be-dev Jul 25, 2015
f8cd314
Fixed some of the intro documentation
just-be-dev Jul 28, 2015
d68baa9
Added keyword 'Get WebElement'
just-be-dev Jul 28, 2015
ccd2e93
Add named keys to Press Key.
HelioGuilherme66 Jul 28, 2015
dd40725
Deprecates the use of backslash escaping for ASCII and NAMED Keys.
HelioGuilherme66 Jul 29, 2015
d64c4b8
Fixes suggested by pekka
just-be-dev Jul 29, 2015
67a9133
Fix documentation, small bugs
just-be-dev Jul 29, 2015
d392a16
Refactor method for getting first web element.
emanlove Aug 2, 2015
a0dcbef
Removed logging.
emanlove Aug 3, 2015
b7a2619
Update changelog
just-be-dev Aug 3, 2015
286cf83
prep for 1.7.3 release
just-be-dev Aug 7, 2015
8fb931a
Adding docs
just-be-dev Aug 7, 2015
d5d1e07
Updated docs
just-be-dev Aug 11, 2015
c6dbd60
Cleans up acceptance tests to be consistent. Reduces warnings and err…
HelioGuilherme66 Aug 12, 2015
2964767
Fixed documentation section in content_assertions.robot.
HelioGuilherme66 Aug 13, 2015
cec066f
Fix dictionary creation
just-be-dev Aug 14, 2015
2f83ce9
Reverted press key changes
just-be-dev Aug 25, 2015
a80db84
Added tests, documentation for strings with press key
just-be-dev Aug 26, 2015
7b9d97b
Update to v1.7.4
just-be-dev Aug 26, 2015
91e549c
Updated for v1.7.4
just-be-dev Aug 26, 2015
f920e7c
Updated docs to v1.7.4
just-be-dev Aug 26, 2015
8d623c6
Add code coverage badge
just-be-dev Aug 26, 2015
88c57ef
Properly indent badge
just-be-dev Aug 26, 2015
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
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Release Notes
=============

1.7.4
-------------------
- Reverted 'Press Keys' because of backwards incompatible changes [zephraph]

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
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Selenium 2 (WebDriver) library for Robot Framework

.. image:: https://img.shields.io/pypi/l/robotframework-selenium2library.svg
:target: http://www.apache.org/licenses/LICENSE-2.0

.. image:: https://coveralls.io/repos/rtomac/robotframework-selenium2library/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/rtomac/robotframework-selenium2library?branch=master

.. image:: https://robotframework-slack.herokuapp.com/badge.svg
:target: https://robotframework-slack.herokuapp.com
Expand Down
Loading