View an Element's XPath
The recorder identifies the XML Path Language, or XPath, of the element that a robot takes action on. You can view an element's XPath at any time from within a robot action and from your internet browser.
Reasons to View an Element's XPath
You typically need to view an element's XPath for the following situations:
-
The recorder is unable to target the exact element that you require.
Get the XPath value yourself, and manually paste the value into the recorder.
- A robot has suddenly started failing, and you need to determine whether the HTML for the page has changed.
Options for Viewing an Element's XPath
View an XPath from a Browser
-
In a Google Chrome browser, right-click any element on a web page, and select Inspect.
The developer tools appear.
-
Ensure that the Elements tab is selected.
This tab shows you the Document Object Model (DOM) of the web page. The DOM represents the web page as nodes and objects. The DOM also allows the recorder and other tools to interact with the page. Review the DOM to determine how a UI element is coded.
-
On the Elements tab of the developer tools, right-click any node or object, point to Copy, and select Copy XPath.
To see the XPath, paste the value into any text editor.
View an XPath from the Robot Canvas
-
Open a robot.
-
In the navigation pane, select Projects.
-
Select the project name.
- In the left toolbar, select Robot
.
-
In the Robots box, select the robot to open.
The canvas appears.
-
-
Along the toolbar, select Targets
.
-
Select any target.
-
Select Edit
.
The Target panel appears.
- View the XPath value in the Locator field.
View an XPath within a Robot Action
-
Open a robot.
-
In the navigation pane, select Projects.
-
Select the project name.
- In the left toolbar, select Robot
.
-
In the Robots box, select the robot to open.
The canvas appears.
-
-
Double-click any action.
The panel for the robot action appears.
-
Select within the Locator field, and select Show target selector
.
The Target selector field appears below the Locator field. This field shows the XPath value for the target, prefaced by
xpath:
.
Paste an XPath into a Locator Field