Versions Compared

Key

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

...

In order to perform this workflow, add steps as shown below.

StoreWindowHandleImage RemovedImage Added


Action ParametersDescription
1OpenURL

https://google.co.in

Opens Google home page.

2

StoreWindowHandle

“Page1”

Stores the window handle (a unique page ID) of Google home page under the key name “Page1”.

3PressKeys“~{F1~}”

Stimulates F1 key and opens the help page.

4StoreWindowHandle“Page2”

Stores the window handle of the Help page under the key name “Page2”.

5SelectPage“{Page2}”

Selects the page whose ID we have given in the parameter section to perform further actions.

6PressKeys

“~{Ctrl+W~}”“~^w”

Stimulates (Ctrl+W) key and closes the help page.

...