After doing a .Click() on a Ranorex.SelectTag on a web page, how do I find the Ranorex.ScrollBar? I tried clicking the select tag in IE and then did Host.Local.Find<ScrollBar>("//scrollbar[@accessiblename='Vertical']") but none of the scrollbars found were the one that appeared after clicking the select tag.
Also, even if it is found, how do I know it's the one that is associated with the select tag I just clicked?
How find scrollbar associated with web page selecttag?
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: How find scrollbar associated with web page selecttag?
Hi,
Ranorex does not support scroll-bars in browser windows directly because they are owner drawn. For scrolling somewhere specific, please use EnsureVisible() on the element you want to scroll to.
Kind Regards
Bernhard
Ranorex Support Team
Ranorex does not support scroll-bars in browser windows directly because they are owner drawn. For scrolling somewhere specific, please use EnsureVisible() on the element you want to scroll to.
Kind Regards
Bernhard
Ranorex Support Team