View on GitHub
Value
Now you can perform much more than just click or fill form elements. an element referred in below table is one which is found by Xpath
On this page
Scroll To Examples

ScrollTo:: | Description |
---|---|
XPath | It will scroll the page to element. |
Top | TopLeft | It will scroll the page to Top Left position. |
TopRight | It will scroll the page to Top Right position. |
Bottom | BottomLeft | It will scroll the page to Bottom Left position. |
BottomRight | It will scroll the page to Bottom Right position. |
Click Events / Mouse Events Examples

ClickEvents:: / MouseEvents:: | Description |
---|---|
click | It will click the element. |
dblclick | It will double click the element. |
mousedown DEV | It will trigger mouse down event on element. |
mouseup DEV | It will trigger mouse up event on element. |
mouseover DEV | It will trigger mouse over event on element |
mouseout DEV | It will trigger mouse out event on element. |
mouseenter DEV | It will trigger mouse enter event on element. |
mouseleave DEV | It will trigger mouse leave event on element. |
mousemove DEV | It will trigger mouse move event on element. |
Form Events Examples

FormEvents:: | Description |
---|---|
blur | It will trigger blur event on the element. It removed focus from the element. |
focus | It will trigger focus event on the element. |
select | It will trigger select event on the element. In input field and textarea it will select the text inside |
clear | It will trigger clear event on the element. It clears field value. |
remove | It will remove element. |
submit | It will submit the form in which element is present. |
Location Command
BETA

LocationCommand:: | Description |
---|---|
LocationCommand::reload | Force reloading the current page from the server. |
LocationCommand::href::https://www.getautoclicker.com | it will open https://www.getautoclicker.com in same tab |
LocationCommand::replace::https://www.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://www.getautoclicker.com | Its similar to you click on link which open another page |
Exec Command Examples
Under development

ExecCommand:: | Description |
---|---|
cut | It will cut text from element to clipboard. |
copy | It will copy text from element to clipboard. |
delete | It will delete text from element. |
paste | It will paste text from clipboard to element. |
selectAll | It will selectAll text in element. |
You can also perform more than one task in series e.g
