Simulate UI interactions
You can simulate user interactions with the UI by using methods provided by the PanelSimulator class. These methods include simulating mouse clicks, movements, keyboard input, scrolling, and other common UI interactions.
| Topics | Description |
|---|---|
| Click on a visual element | Simulate a click on a visual element. |
| Double-click on a visual element | Simulate a double-click on a visual element. |
| Type into a text field | Simulate typing text into a text field. |