File tree Expand file tree Collapse file tree 5 files changed +10
-17
lines changed Expand file tree Collapse file tree 5 files changed +10
-17
lines changed Original file line number Diff line number Diff line change 11Release 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.
Original file line number Diff line number Diff line change 11import os
22from keywordgroup import KeywordGroup
3+ from selenium .common .exceptions import WebDriverException
34
45class _FormElementKeywords (KeywordGroup ):
56
Original file line number Diff line number Diff line change 1- VERSION = '1.7.1 '
1+ VERSION = '1.7.2 '
Load Diff This file was deleted.
Original file line number Diff line number Diff 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+
3542Mouse 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-
You can’t perform that action at this time.
0 commit comments