We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e829985 commit 2966128Copy full SHA for 2966128
test/acceptance/keywords/input_text_into_prompt.robot
test/acceptance/keywords/javascript.robot
@@ -32,6 +32,13 @@ Read Alert Message
32
Dismiss Alert
33
Run Keyword And Expect Error There were no alerts Get Alert Message
34
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
+
42
Mouse Down On Link
43
[TAGS] Known Issue - Firefox
44
[Setup] Go To Page "javascript/mouse_events.html"
@@ -84,5 +91,3 @@ Drag and Drop by Offset
84
91
Element Text Should Be id=droppable Drop here
85
92
Drag and Drop by Offset id=draggable ${100} ${20}
86
93
Element Text Should Be id=droppable Dropped!
87
-
88
0 commit comments