We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
press_keys(selector, text)
Add method press_keys(selector, text) to send individual key presses at a time.
Similar to send_keys(), but should only press one key at a time as a separate action for each key.
send_keys()
Useful for text fields that don't allow multiple keys at the same time.