# ChroPath for Chrome and Firefox - xpath and cssSelector
https://browsee.io/blog/chropath-a-quick-way-to-get-and-verify-xpath-and-css-selectors/
## Install and access
Install from chrome web store

Can see the ChroPath by using F12 on Chrome of the target website

## Usage
### Search for the related XPath by Xpath
Choose **Rel Path XPath** (related XPath) and keyin the keyword of the selector `//td[contains(text(),'WL1XXB0029')]/preceding::td/div` and press Enter

### Use Axes to locate the element
`//a[contains(text(),'WL1XXB0029')]/parent::div/parent::td/preceding::td/div`

###### tags: `xpath` `selector` `ChroPath` `test automation` `software test`