click popup
Click a button in a popup.
Important:
This action is dedicated to Generic WebDriverName | Description | Type | Modifier |
---|---|---|---|
button | Button in the popup to be clicked. Allowable values: OK (OK button) and Cancel (Cancel button). | Value Set | OK, Cancel |
timeout | Maximum time (in seconds) to wait for a button in the popup to be clicked. Default Value: 3 | String | None |
None
This action may be used within the following project items: test modules and user-defined actions.
Example: You are testing a user management page. Upon clicking the Block button to block a user account, a confirmation dialog appears with the message “Do you really to block this user account?”. In the popup, the OK button is clicked.
username
block james_doe
 
button timeout
click popup OK 3