Playwright.ElementHandle (playwright v0.1.16-preview-2) View Source
Defines a handle to a DOM element. Playwright.ElementHandle
structs may be returned
from Playwright.Page
functions such as Playwright.Page.query_selector/2
.
Link to this section Summary
Functions
Clicks on the given element.
Returns the value of an elements attribute, or nil
.
Searches within an element for a DOM element matching the given selector.
Returns all text from an element.
Link to this section Types
Specs
Link to this section Functions
Specs
click(t()) :: nil
Clicks on the given element.
Specs
Returns the value of an elements attribute, or nil
.
Specs
Searches within an element for a DOM element matching the given selector.
Specs
Returns all text from an element.