How to set timeout of open browser

Hi…

I have a process that works with IE that I developed a long time ago.
I’ve been bypassing the execution of Edge when running Internet Explorer so far, but it seems like this method has been blocked after the recent Windows update.

However, I realized that when I run Edge in IE mode, everything I’ve worked on in IE functions properly.

the problem is that whether I set the open browser type to Edge or IE, there are always errors when running Edge in IE mode, and this was the same even with the Edge extension tool.

For the time being, continueOnError is set to true and used, but I think the timeout time is too long. However, in case of open browser, timeout cannot be set. Is there any way to fix this?

For MV3 extensions, the browser loads the extension later, after the web pages have loaded. To solve this kind of issues, we added the UIPATH_OPEN_BROWSER_TIMEOUT_SECONDS environment variable that allows configuring the Open Browser timeout.

For more details check https://docs.uipath.com/activities/other/latest/ui-automation/release-notes-uipath-uiautomation-activities

1 Like

Your help was perfect. thank you!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.