My requirement is to scroll to the bottom of text area. Ranorex isnt recognizing the scroll Bar.
I tried to create Scrollbar by using
ScrollBar sc=new ScrollBar(repo.WebDoc.MyTextAreaTag);
I am getting Runtime exception "Element isnt support scrollbar" .
So please suggest how can i scroll down in mytextarea.
