Ask a question to get started
Enter to send•Shift+Enter new line
Type text into an element with the given id.
type( self, id_: str | int, text: str, ) -> None
id_
str | int
The id of the element to type into.
text
str
The text to type into the element.