The situation is we need the user to enter a date in between the process in the website used by them. The input dialog box option is not being accepted by the company. So how should we pause the bot till the user has entered the date?
Hi @karan.kapoor ,
The simplest solution you could try is to put a message box which pops-up a message informing the user to input the date and then click OK on the message box button.
Another alternative is to put loop which continually checks whether the respective field (that the use needs to complete) contains a value - if it finds nothing - check again - if it finds something that can be converted to a date - then it continues the process.
Let me know if you need further details.
Constantin
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.