Location Command
Perform location specific commands
On this page
LocationCommand:: | Description |
---|---|
LocationCommand::reload | Force reloading the current page from the server. |
LocationCommand::href::https://getautoclicker.com | it will open https://getautoclicker.com in same tab |
LocationCommand::replace::https://getautoclicker.com | It will open this page without maintaining history so when you click back you can come to this page again |
LocationCommand::assign::https://getautoclicker.com | Its similar to you click on link which open another page |
LocationCommand::focus | Its similar to you focus on window/page |
LocationCommand::blur | Its similar to you move out on window/page |
LocationCommand::print | Its similar to you Print (Ctrl + P) out on window/page |
LocationCommand::stop | Its similar to you stop window/page load |
LocationCommand::moveBy::x,y | Its similar to move window/page by x and y pixels |
LocationCommand::moveTo::x,y | Its similar to move window/page to x and y pixels |
LocationCommand::open::https://getautoclicker.com | Its similar to open https://getautoclicker.com page in new tab |