Not able to click on button

Hi my click close claim button not able to click.Firstly I checked element exist it successfully find but not able to click may be its not showing in screen because right now my bot application bottom of the page and close claim button in to of image due to this not able to find the button as mention in screen shot mark as a circle.when I try to move the page on top then run close claim button activity then its successfully executed but how can I click when I am bottom.

of the page

Hi @Aditya10989,
Please check if your Click activity has Simulate Click attribute enabled.

2 Likes

Hi @Aditya10989,

Could you please try it by checking the "SimulateClick " option in the properties of Click activity?ButtonClick

2 Likes

can you please help me I am trying to empty text box but this not work for me

If this attribute is not working you can use Send Hotkey activity before typing to do “CTRL+A” and then another one with “BACKSPACE”. So it will mark the text and then erase :slight_smile:

1 Like

Hi @Aditya10989,

You can use the hotkey method like @Pablito mentioned, or you can enable “SendWindowMessages” option along with “EmptyField” instead of “Simulate Type”.

Regards,
Nimin

1 Like

I try enable “SendWindowMessages” option along with “EmptyField” but not work

Hi @Aditya10989,
Are you sure you passed the string argument “” or String.Empty to the text filed?

Fine
whenever if we try to empty a field we can use SEND HOT KEY activity with key tab and use n number of this activity with key as tab until the cursor reaches the field we want
–once after reaching use a final send hot key activity with key as back which would delete the current text in that field

hope this would help you
Cheers @Aditya10989

you told me like this as mention in screen shot

1 Like

Hi @Aditya10989,

Could you please try the keystroke combination " Ctrl+Right+Backspace" in the text box?

keystroke means send hot key.In this I am only pass two value ctrl +back or ctrl+right

not work I also try this

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.