Check if Browser object is null

Hi, I want to check if a Browser object is null and open a browser window if it is. How do I check the If condition? I tried BrowserObject Is Not Nothing, BrowserObject <> Nothing etc, forgot which one is the correct notation in UiPath

Can Do! isNothing(myBrowser)

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