Page 1 of 1

Click on an object without scrolling down

Posted: Tue Sep 21, 2010 3:15 pm
by dal
Hi Team,

I have the application where there are objetcs are visible in the screen, there are objects we need to scroll-down and see.

I want to click on an object which are not visible, without scrolling down.

Can you please suggest how that can be done.

Using other traditional automation tool its possible without any hassle by using object.click method.

Regards,
Dal

Re: Click on an object without scrolling down

Posted: Tue Sep 21, 2010 4:21 pm
by Ciege

Re: Click on an object without scrolling down

Posted: Wed Sep 22, 2010 5:10 am
by dal
Thanks for the reference.

Object.PerformClick method worked for me to click on an object without scrolling down.

Regards,
Dal...