Activate Activity Fails within Attach Browser scope

Activate activity within Attach Browser fails with error below and no othe UI interaction works afterwards.

Message: timeout Reached
Source: UiPath.UiAutomation.UiActivities
Stack: UiPath.Core.ElementOperationException: Timeout Reached
UiPath.UiNodeClass.BringIntoView()
UiPath.Core.UiElement.BringToForeground()

have you guys seen such an issue?

Hi @2aozturk, have you tried increasing the timeout? The default value is 30,000 ms (30 seconds) so maybe you need to increase it for your automation.

Hi, Thanks for your opinion.

Tried different scenarios as well, even used retry activity but I think the problem is not on the timeout because it sometimes works but sometimes not. Simply, the message on the exception misleads. The actual reason of this is failure while trying to activate the element on the screen. Stack below explains the reason more.

Message: timeout Reached
Source: UiPath.UiAutomation.UiActivities
Stack: UiPath.Core.ElementOperationException: Timeout Reached
UiPath.UiNodeClass.BringIntoView()
UiPath.Core.UiElement.BringToForeground()

1 Like

Did you solve it? if yes how? please share