ie_click
Click an element on a legacy IE web application, auto-waiting for it to be ready. Supports locators like id, CSS, XPath, and actions such as double-click or right-click.
Instructions
Click an element (auto-waits). 'by' is id/css/xpath/name/link_text/tag/class. action: click (default) | double | right.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | ||
| wait | No | ||
| frame | No | ||
| value | Yes | ||
| action | No | click | double | right | |
| timeout | No |