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 d4aa7f4 commit 2c230c4Copy full SHA for 2c230c4
atest/acceptance/locators/piercing_shadowdom.robot
@@ -0,0 +1,9 @@
1
+*** Settings ***
2
+Documentation Tests different supported xpath strategies
3
+Test Setup Go To Page "shadow_dom.html"
4
+Resource ../resource.robot
5
+
6
+*** Test Cases ***
7
+Multiple Locators with double arrows as separator should work
8
+ [Setup] Go To Page "links.html"
9
+ Page Should Contain Element css:div#div_id >> xpath:a[6] >> id:image1_id
0 commit comments