Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

useBrowser

Web


To switch to browser (mentioned in parameter 1) to integrate with different web application. 

Param 1 : Name of the browser to use

Example:

useBrowser : <Browser Name : Mozilla>

Switches the browser to Mozilla.