Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Below mentioned are the action keywords along with their example usage.

Action

Parameters

Example Usage

pressEnterKey

Web


To perform the keyboard operation Enter on object (mentioned in objectName).

Example :

pressEnterKey : <Object : bqObject>

Presses Enter on the mentioned object bqObject

pressTabKey

Web


To perform the keyboard operation Tab on object (mentioned in objectName).

If Parameter 1 is not defined, then the key will be pressed once.

Param 1 (Optional): The number of times the tab key needs to be pressed

Example :

pressTabKey : <Object : bqObject> <Number of Times : 2>

Presses Tab twice on the mentioned object bqObject

pressTabKey : <Object : bqObject> <Number of Times : >

Presses Tab once on the mentioned object bqObject

pressBackspaceKey

Web


To perform the keyboard operation Backspace on object (mentioned in objectName).

If Parameter 1 is not defined, then the key will be pressed once.

Param 1 (Optional) : The number of times the backspace key needs to be pressed

Example :

pressBackspaceKey : <Object : bqObject> <Number of Times : 2>

Presses Backspace key twice on the mentioned object bqObject

pressBackspaceKey : <Object : bqObject> <Number of Times : >

Presses Backspace key once on the mentioned object bqObject

pressUpKey

Web


To press up-arrow key on object (mentioned in objectName).

If Parameter 1 is not defined, then the key will be pressed once.

Param 1 (Optional) : The number of times the up key needs to be pressed

Example :

pressUpKey : <Object : bqObject> <Number of Times : 2>

Presses Up key twice on the mentioned object bqObject

pressUpKey : <Object : bqObject> <Number of Times : >

Presses Up key once on the mentioned object bqObject

pressDownKey

Web


To press down-arrow key on object (mentioned in objectName).

If Parameter 1 is not defined, then the key will be pressed once.

Param 1 (Optional) : The number of times the down key needs to be pressed

Example :

pressDownKey : <Object : bqObject> <Number of Times : 2>

Presses Down key twice on the mentioned object bqObject

pressDownKey : <Object : bqObject> <Number of Times : >

Presses Down key once on the mentioned object bqObject

pressLeftKey

Web


To press left-arrow key on object (mentioned in objectName).

If Parameter 1 is not defined, then the key will be pressed once.

Param 1 (Optional) : The number of times the left key needs to be pressed

Example :

pressLeftKey : <Object : bqObject> <Number of Times : 2>

Presses Left key twice on the mentioned object bqObject

pressLeftKey : <Object : bqObject> <Number of Times : >

Presses Left key once on the mentioned object bqObject

pressRightKey

Web


To press right-arrow key on object (mentioned in objectName).

If Parameter 1 is not defined, then the key will be pressed once.

Param 1 (Optional) : The number of times the right key needs to be pressed

Example :

pressRightKey : <Object : bqObject> <Number of Times : 2>

Presses Right key twice on the mentioned object bqObject

pressRightKey : <Object : bqObject> <Number of Times : >

Presses Right key once on the mentioned object bqObject

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.