Hi,
I am trying to get the count of all selecttag in a webpage and i am using the below code .. but the count returns '0' even though there are selecttag in the webpage
Ranorex.WebDocument We1 = "/dom[@PageUrl~'^http://xyz/abc/']";
Console.WriteLine(We1.Find("./select").count);
Thanks
kiran pol