mortenwurd

Results 1 comments of mortenwurd

Hi @jsr-p Thanks! :) Is it possible to get the Connector to run the browser headless? Normally we just type the following code snippet: ``` options = webdriver.ChromeOptions() options.add_argument('--ignore-certificate-errors') options.add_argument('--incognito')...