Click button not working by bot after fill form

Hi I fill the form by BOT and click on OK button then not work.Then fill the same value manually and click on ok button then its work.
Then I again fill the form by BOT and remove Check # value manually then click ok button then also work.As mention in screen shot

1 Like

Hi
kindly check once whether SIMULATE CLICK is enabled or not
still if not working try once with CLICK IMAGE activity
or
even if that doesnt work use SEND HOT KEY activity with key as tab and use n number of activity until it reaches the field or button we want and once after reaching use SEND HOT KEY with key as enter and all send hot key activity without element been chosen and only with hot keys alone

Cheers @Aditya10989

thanks for reply but I think issue is related to field Check # because when deleted text in this text box and manually insert value then click OK button then it works
and when form fill by BOT and click manually OK but not by BOT this also not work

Check selectors for the button, and also again use TypeInto Activity (with properties checked, delete previous value, click before type etc.) once again for Check# and try to click button.