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 48e0e2b commit 7ee9e4fCopy full SHA for 7ee9e4f
test/acceptance/keywords/elements.txt
@@ -4,12 +4,12 @@ Resource ../resource.txt
4
5
*** Test Cases ***
6
Get Elements
7
- @{links}= Get Elements //div[@id="div_id"]/a
+ @{links}= Get WebElements //div[@id="div_id"]/a
8
Length Should Be ${links} 11
9
10
More Get Elements
11
[Setup] Go To Page "forms/prefilled_email_form.html"
12
- @{checkboxes}= Get Elements //input[@type="checkbox"]
+ @{checkboxes}= Get WebElements //input[@type="checkbox"]
13
Length Should Be ${checkboxes} 2
14
:For ${checkbox} in @{checkboxes}
15
\ Unselect Checkbox ${checkbox}
0 commit comments