Hi @Short
Try
’ Browser activities
Catch ex As UiPath.Core.BrowserException
’ Handle browser communication error
Catch ex As Exception
’ Handle other errors
End Try
Hi @Short
Try
’ Browser activities
Catch ex As UiPath.Core.BrowserException
’ Handle browser communication error
Catch ex As Exception
’ Handle other errors
End Try