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 c412ace commit d3c0092Copy full SHA for d3c0092
test/acceptance/keywords/waiting.txt
@@ -12,6 +12,10 @@ Wait Until Page Contains
12
Wait Until Page Contains New Content 2 s
13
Run Keyword And Expect Error Text 'invalid' did not appear in 100 milliseconds Wait Until Page Contains invalid 0.1
14
15
+Wait Until Page Does Not Contain
16
+ Wait Until Page Does Not Contain This is content 2 s
17
+ Run Keyword And Expect Error Text 'Inititally hidden' did not disappear in 100 milliseconds Wait Until Page Does Not Contain Inititally hidden 0.1
18
+
19
Wait Until Page Contains Element
20
[Documentation] Tests also that format characters (e.g. %c) are handled correctly in error messages
21
Wait Until Page Contains Element new div 2 seconds
0 commit comments