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...
even though the latest version of chromedriver is present in “C:\ProgramData\SmartBear\WebDrivers\chrome” folder (as per your documentation – “<ProgramData>\SmartBear\WebDrivers\<browser> “).
Can you please either tell me what am I doing wrong when specifying “headless” mode as a simple run option, or explain what is wrong with my code related to the Browser.RemoteItem command.