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