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 Examples

ClickEvents:: | Description |
---|---|
click | It will click the element. |
dblclick | It will double click the 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. |
Exec Command Examples

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
