saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.1k stars 352 forks source link

"Timeout (Seconds)" parameter for Web Browser Commands - Execute Script #240

Closed AlanGould closed 3 years ago

AlanGould commented 3 years ago

I'm a big fan of Taskt, thanks for the project :)

The default timeout for Web Browser Commands - Execute Script is 60 seconds, however I have scripts that often run beyond 60 seconds, which therefore cause an error (i.e. waiting for the web server to return a result or initiate a download). Unfortunately I have no control over these third party servers and how long they take to respond.

Is it possible to override this default 60 second timeout? If not, I'd like to submit this as a feature request!

saucepleez commented 3 years ago

Hello,

Thanks for opening an issue! I have added this feature, are you able to test it from the development branch?

image

If this resolves your issue, you may go ahead and close this request, thanks.

AlanGould commented 3 years ago

Ah great, thanks for adding this feature! I'll run the dev branch for a week and let you know know if this does not solve the issue.