Jalenium Commands - Go to a web URL

This command will help you to navigate to a specified URL

  • Jalenium Navigate

Jalenium.Go(string URL)

 Jalenium.Go( "http://demo.guru99.com/V4/");

Last updated