Email

Password


Inspect Page.
XPath | CSS.. Click to access saved selector's values.
  • No value is saved.
Turn off auto suggestion while typing.

click to disable SelectorsHub
Selector value is copied in clipboard
  • driver.findElement(By.xpath("xpathvalue"))
  • private By selectorname = By.xpath("xpathvalue");
  • cy.get("xpathvalue")
  • @FindBy(xpath="xpathvalue") @CacheLookup private WebElement selectorname;
  • driver.find_element(*(By.XPATH,"xpathvalue"))
  • await page.locator('xpath=xpathvalue')
  • FindByXpath("xpathvalue")
# Selector Name Command(0) cssSelector id name class linkText partialLinkText tagName Action
1

Inspect elements or click on DOM nodes one by one to record xpaths for many.

2

Turn on the driver command to generate xpath with command.

3

You can also set the attribute to generate xpath.

4

Click on Copy All button in header to copy all xpaths.

5

You can also export the recorded in xls by click on export icon.

6

Watch the detailed tutorial here how to generate code.

How to use: 1. Inspect element to get auto suggest while typing. 2. It will show the auto suggest for inspected element while typing. 3. If auto suggest doesn't work while typing, delete the value & type again. 4. For more details, pls follow video tutorial and checkout FAQs here.
Profile | Tutorial | Help? | Issue |

| v 5.2.7
×

Please fill the work email here to continue.


    After filling the correct work email, this popup will not appear again. Student can fill the gmail id.

Customize UI

Selectors UI Buttons

enabling this might impact lil bit performance while generating pw selector so if not required keep it disabled

Are you sure you want to reset all settings to default?

Waiting For Devtools to be closed.
Copied