When building a tour, you might need to connect your pointers to a specific element on your page. This allows the pointer to be aimed accurately and activates the 'spotlight effect,' effectively drawing the user's focus to the intended area while darkening the background.

What Are Element Selectors?
Element selectors are unique identifiers in the HTML code of your webpage that help pinpoint elements. Examples:
- Classes:
.help-buttonorclass="help-button" - IDs:
#login_bttnorid="login_bttn" - Attribute combinations: These can include multiple properties to ensure unique identification.
Using the Usetiful Plugin for Chrome (Recommended)
The easiest and most reliable way to get element selectors is by using the Usetiful extension for Chrome. This tool simplifies the process significantly, even for complex or dynamic elements.
Installation: Click here to get the Usetiful extension. You must be signed in with your Usetiful credentials once installed.
Note: If the Usetiful plugin doesn't open, ensure it's active. Click the puzzle icon (Extensions) in your Chrome browser's toolbar, locate the Usetiful extension, and activate it.

Option A: Selecting Elements While Creating a Tour
This method guides you directly from the Usetiful Editor:
In the Usetiful editor, locate the element selector field from your tour step.
Click the crosshair button next to the field.
Enter the page URL where the tour step is displayed and click "Open page".
The browser will navigate to the URL, and the Usetiful extension will open automatically.
Hover over the desired element to highlight it.
Click the element to copy the selector directly into the tour editor.

Option B: Manually Opening the Usetiful Plugin
Use this method when you want to quickly grab a selector for later use or outside the tour creation flow:
Navigate to the desired webpage.
Click the Usetiful extension icon in your Chrome toolbar.
Select "Open panel" to display the plugin panel at the bottom of the screen.
Ensure Element Selection Mode is enabled (it usually is by default).
Hover over the element you want and click it. The selector will be copied to your clipboard.
Paste the selector into the editor field.

Further Guidance
The Usetiful plugin is highly effective, but sometimes you might need more advanced techniques:
To learn how to handle elements that change (dynamic selectors), click here to learn about How to Work with Dynamic Element Selectors.
To select elements that are temporarily displayed, click here to learn about How to Select Elements in a Dropdown menu or Pop-up Modal.
If you need to find selectors without the plugin, you can use built-in browser tools: How to Manually Find Element Selectors Using Chrome DevTools.