Hi All,
I'm new to Ranorex. But I found something interesting with it so I decided to explore the tool.
Can any one explain how to get the URL name dynamically of all currently running browsers using C# code in Ranorex.
Which one is better...?
And one more thing , hoe to get the URL of the browser dynamically....
IList<Ranorex.WebDocument> AllDoms = Host.Local.Find<Ranorex.WebDocument>("/dom");
foreach (WebDocument myDom in AllDoms)
{
myDom.Close();
}Users browsing this forum: No registered users and 0 guests