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
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Notes
=============

1.7.2 (Unreleased)
1.7.2
----------------
- Added an argument called screenshot_root_directory that can be passed into S2L's
constructor to specify where to store screenshots.
Expand Down
1 change: 1 addition & 0 deletions src/Selenium2Library/keywords/_formelement.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
from keywordgroup import KeywordGroup
from selenium.common.exceptions import WebDriverException

class _FormElementKeywords(KeywordGroup):

Expand Down
2 changes: 1 addition & 1 deletion src/Selenium2Library/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.7.1'
VERSION = '1.7.2'
13 changes: 0 additions & 13 deletions test/acceptance/keywords/input_text_into_prompt.robot

This file was deleted.

9 changes: 7 additions & 2 deletions test/acceptance/keywords/javascript.robot
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ Read Alert Message
Dismiss Alert
Run Keyword And Expect Error There were no alerts Get Alert Message

Input Text Into Prompt
[Setup] Go To Page "javascript/alert_prompt.html"
Click Element css=button
Input Text Into Prompt myname
Dismiss Alert
Page Should Contain myname

Mouse Down On Link
[TAGS] Known Issue - Firefox
[Setup] Go To Page "javascript/mouse_events.html"
Expand Down Expand Up @@ -84,5 +91,3 @@ Drag and Drop by Offset
Element Text Should Be id=droppable Drop here
Drag and Drop by Offset id=draggable ${100} ${20}
Element Text Should Be id=droppable Dropped!