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.
Hi @Aditya10989,
Could you please try it by checking the "SimulateClick " option in the properties of Click activity?
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
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
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
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
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.