Forum Discussion
Dmitry_Nikolaev
Staff
15 years agoHi Pankaj,
There is a mistake in the last code line of the Test1 function's body - the ToUrl method requires a string value to be passed as a parameter:
To learn about the method see the Page.ToUrl help topic.
There is a mistake in the last code line of the Test1 function's body - the ToUrl method requires a string value to be passed as a parameter:
...
Process.WaitPage("*", 10000).ToUrl("http://www.google.com")
...
To learn about the method see the Page.ToUrl help topic.