Click on an object without scrolling down

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
dal
Posts: 72
Joined: Thu Jun 24, 2010 8:59 am

Click on an object without scrolling down

Post by dal » Tue Sep 21, 2010 3:15 pm

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

User avatar
Ciege
Posts: 1336
Joined: Thu Oct 16, 2008 6:46 pm
Location: Arizona, USA

Re: Click on an object without scrolling down

Post by Ciege » Tue Sep 21, 2010 4:21 pm

If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!

Ciege...

dal
Posts: 72
Joined: Thu Jun 24, 2010 8:59 am

Re: Click on an object without scrolling down

Post by dal » Wed Sep 22, 2010 5:10 am

Thanks for the reference.

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

Regards,
Dal...