Calling an external web link is very easy to implement. Sometimes we get this requirement to redirect user to a website based on customer's requirements.
We can easily do that using Browser class.
Here is the code mentioned below : -
public static void main(Args _args)
{
Browser browser = new Browser();
browser.navigate('www.google.com', true, false);
}
That's all for now. Please let us know your questions or feedback in comments section !!!!
No comments:
Post a Comment