typeSequence method

  1. @override
Future<void> typeSequence(
  1. PageLoaderKeyboard keys
)
override

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

@override
Future<void> typeSequence(PageLoaderKeyboard keys) =>
    throw NullPageLoaderElementAccessException('typeSequence', this);