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 9c522a2 commit 684db2dCopy full SHA for 684db2d
atest/acceptance/locators/locator_parsing.robot
@@ -52,6 +52,10 @@ Multiple Locators as a List should work
52
${locator_list} = Create List id:div_id ${element} id:bar=foo
53
Page Should Contain Element ${locator_list}
54
55
+WebElement as locator should work
56
+ ${element} = Get WebElement id:foo:bar
57
+ Page Should Contain Element ${element}
58
+
59
When One Of Locator From Multiple Locators Is Not Found Keyword Fails
60
Run Keyword And Expect Error
61
... Element with locator 'id:not_here' not found.
0 commit comments