0% found this document useful (0 votes)
10 views1 page

Sauce Labs Jacket Inventory Access

The document contains various XPath expressions used for locating elements in a web application. It includes selectors for inventory items, login inputs, shopping cart icons, and test case elements. These expressions are useful for automating interactions with the web interface.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

Sauce Labs Jacket Inventory Access

The document contains various XPath expressions used for locating elements in a web application. It includes selectors for inventory items, login inputs, shopping cart icons, and test case elements. These expressions are useful for automating interactions with the web interface.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

//div[.

='Sauce Labs Fleece Jacket']/ancestor::div[@class="inventory_item"]//button


This is used as an alternate for an indexing method ....
helpful when doing with the text worst case even alignment also gets changed.

//form/ancestor::div[@class="login-box"]//input[@id="user-name"]
//form/ancestor::div[@class="login-box"]//input[@id="password"]
//ancestor::div[@class="login-box"]//input[@id="login-button"]

//*[local-name()='svg'and @data-icon='shopping-cart']

//span[@class="fa-layers-counter shopping_cart_badge"]

ancestor::div[@class="inventory_details_desc_container"]

//div[@class="inventory_details_name"]/

//div[contains(text(),'Available Test Cases')]

//span[@class="popper__reference" and
.="$|Testcase_name|"]/..//div[@class="ReactVirtualized__Grid__innerScrollContainer"
]//div[@class="ml-3 mr-4 cursor-pointer"]

//div[@data-focus-trap="false"]

You might also like