Posted: Tue May 06, 2008 6:15 pm Post subject: How can I get the webElement which in an .htc file?
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?
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.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum