Skip to content

Commit 53b6c7a

Browse files
committed
Merge pull request #457 from rtomac/1.7.2-release
Prepare for 1.7.2 release
2 parents d88545d + 2966128 commit 53b6c7a

File tree

5 files changed

+10
-17
lines changed

5 files changed

+10
-17
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release Notes
22
=============
33

4-
1.7.2 (Unreleased)
4+
1.7.2
55
----------------
66
- Added an argument called screenshot_root_directory that can be passed into S2L's
77
constructor to specify where to store screenshots.

src/Selenium2Library/keywords/_formelement.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import os
22
from keywordgroup import KeywordGroup
3+
from selenium.common.exceptions import WebDriverException
34

45
class _FormElementKeywords(KeywordGroup):
56

src/Selenium2Library/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.7.1'
1+
VERSION = '1.7.2'

test/acceptance/keywords/input_text_into_prompt.robot

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/acceptance/keywords/javascript.robot

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ Read Alert Message
3232
Dismiss Alert
3333
Run Keyword And Expect Error There were no alerts Get Alert Message
3434

35+
Input Text Into Prompt
36+
[Setup] Go To Page "javascript/alert_prompt.html"
37+
Click Element css=button
38+
Input Text Into Prompt myname
39+
Dismiss Alert
40+
Page Should Contain myname
41+
3542
Mouse Down On Link
3643
[TAGS] Known Issue - Firefox
3744
[Setup] Go To Page "javascript/mouse_events.html"
@@ -84,5 +91,3 @@ Drag and Drop by Offset
8491
Element Text Should Be id=droppable Drop here
8592
Drag and Drop by Offset id=draggable ${100} ${20}
8693
Element Text Should Be id=droppable Dropped!
87-
88-

0 commit comments

Comments
 (0)