How can i scroll the text which has scroll bar in the form.
I need to go to the end of the text clicking the scroll bar down arrow to the bottom.
Scroll down the text using Scroll Bar in Ranorex
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Scroll down the text using Scroll Bar in Ranorex
My text box has scroll bar attached to it. When i use Spy to get the controlid of scroll it shows as TextArea Tag.
How to page down the text area using Scroll Bar down arrow in ranorex
[/img][/list][/url]
How to page down the text area using Scroll Bar down arrow in ranorex
[/img][/list][/url]
Scroll down the text using Scroll Bar in Ranorex
How can i scroll the text which has scroll bar in the form.
I need to go to the end of the text clicking the scroll bar down arrow to the bottom.
Can anybody who can reply to this???
I need to go to the end of the text clicking the scroll bar down arrow to the bottom.
Can anybody who can reply to this???
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
In the uncommon case that a scrollbar is not accessible through Ranorex, you need some kind of workaround. You can, for example, click into the text and use Ranorex' keyboard functionality to scroll down using the arrow keys. Or you can use relative coodinates inside the text to click on the scrollbar; this is the way the Ranorex Recorder clicks on elements if they are not directly accessible.
By the way, what kind of control is this you are trying to automate? Could you, please, send a snapshot of that control to support_at_ranorex.com, so we can check if we can do something to make the scrollbar accessible!
Regards,
Alex
Ranorex Support Team
By the way, what kind of control is this you are trying to automate? Could you, please, send a snapshot of that control to support_at_ranorex.com, so we can check if we can do something to make the scrollbar accessible!
Regards,
Alex
Ranorex Support Team
Scroll down the text using Scroll Bar in Ranorex

Have a look at my image which i attached to this Report.
Have a look at my text control with multiple lines and scroll bar to it. As the text box itself contains the scroll bar if there are multiple lines, i'm not able to capture the scroll bar alone.
When i point the Ranorex spy to the text control and scroll bar, it takes as a whole.
U can see the line border is what i got when i pointed the Ranorex Spy.
I need to click with mouse the scroll down arrow..Can you suggest me the solution for this.
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Please, read my last post again. I wrote there that you could use the keyboard methods as a workaround. As an alternative if your control does not change its size, you can use relative coordinates inside the control to click on the scrollbar; the easiest way to achieve that is to record those actions using the Ranorex Recorder.
Regards,
Alex
Ranorex Support Team
Regards,
Alex
Ranorex Support Team