[Home]
>
Snippets
>
Browser
>
DOM
DOM
CSS Stuff
Retrievals
Get all siblings of an element
Get the position of an element relative to the document
Get the selected text
Predicates
Check if an element is a descendant of another
Check if an element is focused
Check if the touch events are supported
Check if user scrolls to the bottom of the page
Page Interactions
Click all checkboxes
Go back to the previous page
Hide an element
Redirect to another page
Reload the current page
Replace an element
Scroll to top of the page
Toggle an element
Insert
Insert an element after other one
Insert an element before other one
Insert given HTML after an element
Insert given HTML before an element
Other
Detect Internet Explorer browser
Detect macOS browser
Serialize form data
Show an element
Strip HTML from a given text