Hi,
I have a webpage where are are some links in the top of the page. Then there is a IFrame. When the web page is hit, it opens with a default page in the IFrame. Clicking on each link will load a page in the IFrame alone.
The UI Automation tree detects the controls in the IFrame when application is opened in a new IE page.
I tried to navigate to a new page by clicking on a link and iframe was loaded with the new page.
Then navigating to the iframe in the UI Automation tree i was just able to see a ControlType.Custom control and not able to navigate beyond further.
Note: I just work on the client side and don't have access to the server or the application code.
Any help would be greatly appreciated.