Ask a question to get started
Enter to sendā¢Shift+Enter new line
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.
Type text into an element with the given id.