Page 1 of 1

How can I get the webElement which in an .htc file?

Posted: Tue May 06, 2008 5:15 pm
by sanliuus
I really need your help on this problem. I encountered it that I can't get the webElement which in an .htc file (HTML Component) which is used to generate an dynamical calendar viewer. The URL is https://titanium.dev.mpslab.com/exchange/. You can use a1985z:a1985z to login. This page is like "Microsoft Outlook Web Access". After login, click Calendar on left navigation panel. I want to get webElement of calendar events in the calendar viewer. But through WebSpy can't get the XPath. Is there any way to control them?

Image

Thanks & Regards!

Posted: Sat May 10, 2008 10:49 am
by Support Team
Unfortunately the inside of the calendarview htc component used by Internet Explorer is not visible in the HTML DOM.
However, it should be possible to find accessibility elements in the calendar by using Element.FindChild() with Role "Table". (it works for me with your demo site)
Please use Ranorex Spy Pro to identify the elements you are looking for.

Michael
Ranorex Team