Top Rounds
| We are Hiring! |

_navigateTo ·

This is a Browser Action API.

_navigateTo is used to navigate to a URL.
This can be used as the first line in a test to set the start point.

Syntax:

_navigateTo ( url )
The parameters are:

  • url: URL to navigate to.

Example:

_navigateTo(“http://sahi.co.in”);




---


Top Rounds