Skip to main content

select_all

Function select_all 

Source
pub async fn select_all(page: &Page) -> Result<(), Error>
Expand description

Select all content in the focused element (Ctrl+A / Cmd+A).

Currently uses the Control modifier; macOS personas should override the modifier to "Meta".