要求されたページは選択されたバージョンでは利用できない。
click popup
Description
Click a button in a popup.
重要:
This action is dedicated to Generic WebDriverValid contexts
This action may be used within the following project items: test modules and user-defined actions.
Arguments
- button: button in the popup to be clicked.
- Allowable values: OK (OK button) and Cancel (Cancel button)
- timeout:maximum time (in seconds) to wait for a button in the popup to be clicked.
- Default value: 3
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.