Hi
I have recently started using ranorex and have an issue finding the correct syntax for navigating to a new website using ranorex.webdocument.navigate method.
Here is what I try to do
//find any open webpage - this works
Ranorex.WebDocument doc=Host.Local.FindSingle("/dom[@childIndex='1']");
//naviagte to new webpage - this doesnt work
doc.Navigate("www.twitter.com");
with above syntax ranorex instructs the web page to go to "www.oldpageurl.comwww.twitter.com". Which will never work.
can you someone tell me whats wrong?
thanks
Ashish Abrol