Hi,
For Use Application\browser activity properties open - never
what does it mean by never open?
Thank you,
Hi,
For Use Application\browser activity properties open - never
what does it mean by never open?
Thank you,
Hi @A_Learner
an automation script that needs to perform actions within a specific web browser. If you set the “open” property to “never,” the script will assume that the web browser is already open, and it will interact with the existing instance of the browser rather than opening a new one.
Hi @A_Learner
If set to “Never,” the activity will assume that the specified application or browser is already open. It will not attempt to open it if it’s not running. If the application is not open, the activity might fail or produce unexpected behavior, as it’s assuming that the application is already available for interactions.
@A_Learner
For more details
Check the docs below
https://docs.uipath.com/activities/other/latest/ui-automation/n-application-card
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.