Window Command
Window specific command
On this page
Action
Element Finder | Value |
---|---|
WindowCommand:: | Description |
---|---|
WindowCommand::close | Close current page (only works if opened via script, not manually). |
WindowCommand::focus | Focus the window/page. |
WindowCommand::blur | Remove focus from the window/page. |
WindowCommand::print | Open the print dialog (Ctrl + P equivalent). |
WindowCommand::stop | Stop loading the page. |
WindowCommand::moveBy::x,y | Move the window by x and y pixels. |
WindowCommand::moveTo::x,y | Move the window to x and y coordinates. |
WindowCommand::open::https://getautoclicker.com | Open https://getautoclicker.com in a new tab. |