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 6399c0c commit 34e18c7Copy full SHA for 34e18c7
docs/SeleniumLibrary.html
src/SeleniumLibrary/__init__.py
@@ -204,6 +204,8 @@ class SeleniumLibrary(DynamicCore):
204
| ${locator_list} = | `Create List` | css:div#div_id | ${element} |
205
| `Page Should Contain Element` | ${locator_list} | | |
206
207
+ Chaining locators in new in SeleniumLibrary 5.0
208
+
209
== Using WebElements ==
210
211
In addition to specifying a locator as a string, it is possible to use
0 commit comments