Skip to content

MagEpub/Open2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Open2

Experimenting with the Element Selector.

b1

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

b2

b3

Moving the mouse around highlights different elements. An HTML element is defined by a start tag, some content, and an end tag.

b4

Moving down another element

b5

and moving down again

b6

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"

b7

Blocks lets you try out the 'things automa does' on an element

b8

click on get text

b9

and you'll see the element id. There was no data so you see empty ""

b10

Click on images and get text

b11

b12

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

b13

b14

Click up enough times and eventually you'll get to the element

b15

About

Automa notes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published