Inspect Element in ScraperSensei
has_text
: The text to filter by.has_not_text
: The text to filter by.has
: The element to filter by.has_not
: The element to filter by.<label>
or aria-labelledby element, or by the aria-label attribute.
For example, this method will find inputs by label “Username” and “Password” in the following DOM: