Search found 5 matches

by staceyb
Thu Feb 06, 2014 12:37 am
Forum: Bug Reports
Topic: Does // start from root of DOM or from adapter before it?
Replies: 5
Views: 2019

Re: Does // start from root of DOM or from adapter before it?

Thanks krstcs for your reply to this.

Was wondering if Ranorex support could also confirm for our team at lynda.com.

Thanks,
Stacey
by staceyb
Sat Jan 25, 2014 10:44 pm
Forum: Bug Reports
Topic: Does // start from root of DOM or from adapter before it?
Replies: 5
Views: 2019

Re: Does // start from root of DOM or from adapter before it?

Thanks for your reply. So to clarify further in the case of Ranorex spy created: body/div[4]/form[@id='aspnetForm']//div[@id='widget_UsersLoggedIn'] The root element is orm[@id='aspnetForm'] and my ranorex path of body/div[@class='container_16 wrapper']/.//div[@id='widget_UsersLoggedIn'] could be ch...
by staceyb
Fri Jan 24, 2014 9:42 pm
Forum: Bug Reports
Topic: Does // start from root of DOM or from adapter before it?
Replies: 5
Views: 2019

Does // start from root of DOM or from adapter before it?

Hi, Have a question about Ranorex path syntax and was wondering if below is by design or is it a bug. Using Track in Ranorex on an element on my page the following path was associated with my element. Ranorex spy created: body/div[4]/form[@id='aspnetForm']//div[@id='widget_UsersLoggedIn'] Normally I...
by staceyb
Tue Oct 01, 2013 12:29 am
Forum: Automation API
Topic: MetaTag class question
Replies: 2
Views: 2164

Re: MetaTag class question

Thanks Markus, very helpful.

I am specifying the domain in the Host.Local.Find path string as the domain has to be dynamic too and am getting back the metastring for the appropriate domain and window.

Thanks for your help,
Stacey
by staceyb
Fri Sep 27, 2013 9:36 pm
Forum: Automation API
Topic: MetaTag class question
Replies: 2
Views: 2164

MetaTag class question

Hi, I am trying to programmatically get all the meta tags in the head portion of a page. I have tried the below code and the list comes as empty despite there being 2 meta tags in the head section. <head> <meta charset="utf-8"> <meta name="robots" content="NOODP,NOYDIR"> </head> repo headsection rxp...