Focus WebElement
Last modified: November 19, 2024
Description
Focuses a WebElement and performs a Mendix wait afterwards.
Supported Widgets
- All WebElements
Usage
Pass the WebElement you want to focus as parameter for the action. To get the WebElement, use an action like Find/Assert Widget.
Input Parameters
Name | Datatype | Required | Description |
---|---|---|---|
Element | WebElement | yes | The WebElement you want to focus |