JQueryAction

JQueryAction

Base DSL actions created with JQuery

Constructor

new JQueryAction()

Source:

Methods

(static) click(selector, clickEvent)

Source:

Clicks on element with an extra parameters. This function can be used for example to perform Ctrl, Shift clicks.

Parameters:
Name Type Description
selector
clickEvent

(static) keyDown(selector, keyCode)

Source:

Performs a custom keydown event on a certain element.

Parameters:
Name Type Description
selector
keyCode

(static) rightClick()

Source:

Performs right click on a certain element.