megapegabot

Results 1 issues of megapegabot

I think I need to add here: ``` def create_options_and_driver_attributes_and_close_proxy(.....,headless): ...... elif is_docker(): options.add_argument('--no-sandbox') if headless: options.add_argument('--headless=new') # options.add_argument('--disable-setuid-sandbox') ``` I needed it, I had to fork it. or add...