typeSequence abstract method
Types sequence of keyboard keys
into element, if possible.
Provides finer control on sequence of keyboard events being sent. This does NOT automatically focus before and after. HTML and Webdriver implementation are not identical; refer to their individual doc comments for more details.
Implementation
Future<void> typeSequence(PageLoaderKeyboard keys);