Selecting Elements
You can use the extension to record xpaths to be used in Maya skills. This tutorial shows you how.
Last updated
Was this helpful?
You can use the extension to record xpaths to be used in Maya skills. This tutorial shows you how.
Last updated
Was this helpful?
Go to the website you wish to record on, and click on the Maya logo in your browser toolbar (if it's not present there, click on the puzzle logo to find the extension and pin it). This will open a popup that looks like this -
To start recording, click on the "Record" button at the bottom right, and click anywhere to close the extension popup.
You will see a recorder widget at the top-right of the screen now, looking like this -
You can drag the recorder to any other position on the page if the current position is inconvenient.
There are two modes of recording xpaths from the extension -
Single mode - get an xpath that represents single element on a page. For example, a button you want to click or a specific input you want to type into.
Multi mode - get an xpath that represents a list of elements on a page. For example, a list of tweets in a thread or the prices of a list of products on Amazon.
We'll take these modes up in order.
This is the default mode of the recorder. It lets you select xpaths that represent single elements on a page, like a button you want to click or a specific input you want to type into.
There are three steps to select an xpath in single mode -
Click the "Play" button at the right side of the recorder to start recording.
Hover over the element you want an xpath for, till it gets highlighted in purple.
Press escape to lock your choice, and copy the generated xpath.
In some cases, you might want to exclude (or include) certain attributes in your xpaths to make them more robust (certain attributes like auto-generated class
are more likely to change as the website changes with time.
To do this, select the element you want in Single Mode, and click on the "Advanced" link at the bottom-right of the recorder. From here, select or un-select the attributes you want to keep in the xpath.
Alternatively, you can also select the attributes first and then select the xpath, to see the changes reflected in real time.
If you wish to get an xpath that corresponds to a list of similar elements on a webpage (like a list of prices on Amazon or a series of tweets from a Twitter thread), Multi Mode is the way to go.
At the top of the recorder you can see two tabs, one labeled "Single" and the other labeled "Multi". Just click on the latter tab to switch to Multi Mode.
In Multi Mode, you need to select two elements (from the list you want to select) instead of one, to let the extension figure out which list you're "talking about". It's just like Single Mode, except for one extra step.
Select the first element just like you would in Single Select. This time, the selection will not stop at the first element.
Click Play
Hover over the desired element
Press ESC to lock selection.
Now select another element in the list.
With the first element selected, hover over another element in the list.
If the hovered-over element is of the same type as the first element and belongs to some list, the extension will highlight all other elements in the list.
If this is the list you wanted to get, press ESC again to lock selection.