File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
* @method array accept() Accept alert.
20
20
* @method array dismiss() Dismiss alert.
21
21
* @method array getText() Get alert text.
22
- * @method array postText() Send alert text.
22
+ * @method array postText($json ) Send alert text.
23
23
*/
24
24
class Alert extends AbstractWebDriver
25
25
{
Original file line number Diff line number Diff line change 18
18
*
19
19
* @method void accept_alert() Accepts the currently displayed alert dialog.
20
20
* @method array deleteActions() Release actions.
21
- * @method array postActions() Perform actions.
21
+ * @method array postActions($json ) Perform actions.
22
22
* @method string getAlert_text() Gets the text of the currently displayed JavaScript alert(), confirm(), or prompt() dialog.
23
23
* @method void postAlert_text($jsonText) Sends keystrokes to a JavaScript prompt() dialog.
24
24
* @method void back() Navigates backward in the browser history, if possible.
Original file line number Diff line number Diff line change 23
23
* @method array getPosition() Get position of the window.
24
24
* @method void postPosition($json) Change position of the window.
25
25
* @method array getRect() Get window rect.
26
- * @method array postRect() Set window rect.
26
+ * @method array postRect($json ) Set window rect.
27
27
*/
28
28
class Window extends AbstractWebDriver
29
29
{
You can’t perform that action at this time.
0 commit comments