Skip to Content
0
Dec 21, 2022 at 02:53 PM

How can we change the default timeout(30 sec) for screen/field?

259 Views

I'm trying to automate SAP, Tcode MIR7. The information pop-up window will appear in some invoices. I want to close this pop-up if it appear. If not, then skip the pop-up and go to next step.

So i put this pop-up within try-catch. It'll throw error if the pop-up not appear and go to next step. By default the bot will wait for 30 sec to throw error if pop-up not appear. The waiting time has to be reduced to 5-10 sec to throw error. I can't see any options to set the timeout in screen or fields.

How can we achieve this?