type property

WebDriverCommandType type
final

Type of the WebDriverCommand.

Currently the only command that triggers a WebDriver API is screenshot.

There are also ack and noop commands defined to manage the handshake during the communication.

Implementation

final WebDriverCommandType type;