There is a POPUP where the bot needs to click on “Yes”.
In production the bot is clicking “Yes” , but nothing is happening.
Thanks,
Ritaman.
There is a POPUP where the bot needs to click on “Yes”.
In production the bot is clicking “Yes” , but nothing is happening.
Thanks,
Ritaman.
Use the check app state activity and indicate the popup give the click activity or keyboard shortcut activity in the target appear block.
Instead of click activity use the Keyboard shortcuts and give the ‘enter’ and indicate the Yes button.
Give the delay activity after the keyboard shortcut activity I think the page is taking some time to load the page. Based on loading of page give the delay.
If you are using the classic activities use the send hotkey activity.
Hope it helps!!
Delay or Timing Issue: The bot might be clicking “Yes” before the popup is fully loaded or ready to accept the click. You can try adding a delay before the bot clicks the button to ensure that the popup has loaded completely.
Hope it helps!!
use the check app state and indicate the button and then give the click activity within the element appear sequence and do the action. If not click activity then use the keyboard short cuts indicate the button and give the enter option.
hope it works !!
Use cv click activity
or
Use Click Image Activity
Or
use Click Text Activity - This worked Perfectly for me
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.