DOM Ensure visible

Ask general questions here.
User avatar
sdaly
Posts: 238
Joined: Mon May 10, 2010 11:04 am
Location: Dundee, Scotland

DOM Ensure visible

Post by sdaly » Wed Oct 05, 2011 2:53 pm

If I have two doms loaded, each in seperate tabs (either in FF, IE, etc), what is the best way to switch between them without interacting with the actual tabs?

Thanks

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: DOM Ensure visible

Post by Support Team » Thu Oct 06, 2011 9:00 am

Hi Scott,
sdaly wrote:If I have two doms loaded, each in seperate tabs (either in FF, IE, etc), what is the best way to switch between them without interacting with the actual tabs?
For FF, Chrome and Safari you can call the Ensure Visible method on the DOM element. For IE you have to search the MSAA Element, because this Browser doesn't support tab switching with Ensure Visible.

Regards,
Peter
Ranorex Team

User avatar
sdaly
Posts: 238
Joined: Mon May 10, 2010 11:04 am
Location: Dundee, Scotland

Re: DOM Ensure visible

Post by sdaly » Thu Oct 06, 2011 9:45 am

Hi Peter

Thanks for the info :)

Cheers