| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
Page.DispatchEventOptions |
Page.DispatchEventOptions.setTimeout(double timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
Page.dispatchEvent(String selector,
String type,
Object eventInit,
Page.DispatchEventOptions options)
The snippet below dispatches the
click event on the element. |
Copyright © 2021. All rights reserved.