How to click image which is not visible on the screen

Hi,

I am unable to click the button which is not visible on the screen inside browser using click activity(simulate click enabled). Please help me out.

Regards
Sailaja

1 Like

Use GET ACTIVE WINDOW activity and place the Click activity inside that activity

Cheers @Sailaja_Pasupuleti

I have used click activity inside attach browser activity. still not working

Yah instead of attach browser use GET ACTIVE WINDOW activity and place the click activity inside it
And enable simulate click property
Cheers @Sailaja_Pasupuleti

Tried but no luck. Unable to click button and no error is thrown. Is there any way to achieve this

Note: I have to scroll down the page in order to see the button

1 Like

Aaha
In that case use GET ACTIVE WINDOW activity and inside that use RETRY SCOPE activity
—within that in the upper part use a Send hot key activity with key as down and in the condition part use a ELEMENT EXISTS or IMAGE EXISTS activity and choose that element or image so that down key will be pressed until that element or image is seen by the bot
—next to this retry scope use a CLICK ACTIVITY and enable simulate click activity

Cheers @Sailaja_Pasupuleti