Experimenting with the Element Selector.
Most important, it will stop working unexpectedly if you do things to the page. Always start from a freshly opened page.
Second most important, every page reacts differently (probably security settings and the amount of js used). I'll use bing for this example
Moving the mouse around highlights different elements. An HTML element is defined by a start tag, some content, and an end tag.
Moving down another element
and moving down again
Clicking on an element shows some information about it. There are lots of different elements, and some you can't click on.
HTML Attributes
All HTML elements can have attributes
Attributes provide additional information about elements
Attributes are always specified in the start tag
Attributes usually come in name/value pairs like: name="value"
Blocks lets you try out the 'things automa does' on an element
click on get text
and you'll see the element id. There was no data so you see empty ""
Click on images and get text
The up and down arrows go up and down the nested elements in the page. Try clicking on the inside of the present then using the up arrow
Click up enough times and eventually you'll get to the element