Forum Discussion

RichardPla's avatar
RichardPla
Occasional Contributor
2 years ago

Setting browser options programmatical

Why I cannot set browser options (e.g. chrome) using this javascript code:'   Browsers.Item("chrome").RunOptions = '--incognito'; Browsers.Item("chrome").RunOptions = '--headless';   Tried using...