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 5 Next »

Below mentioned are the action keywords with their usage :

Action

Parameters

Example Usage

browserMaximize

Web


To maximize the Browser.

Example:

browserMaximize

Maximizes the browser for full page view.

clearBrowserCookies

Web


To clear browser cookies if any.

Example:

clearBrowserCookies

Clears all the cookies on the opened browser.

navigateForward

Web


To click on the Forward button of the browser, to navigate to the next page.

If the forward button is disabled, no action will be performed & the step will pass.

Example:

navigateForward

Clicks on the forward button on the web page

navigateBack


To click on the back button of the browser, to navigate to the previous page.

If the backward button is disabled, no action will be performed & the step will pass.

Example:

navigateBack

Clicks on the backward button on the web page

launchBrowserOnDevice

Mobile


To launch the web url (mentioned in Parameter 1) on device.

Param 1 : Enter the url to launch

Example:

launchBrowserOnDevice : <URL : www.bqurious.com>

Launches the web url www.bqurious.com on device.

  • No labels