mwalaszkowski

Results 1 issues of mwalaszkowski

I try initialize chrome web driver. To do this i using below method: ``` driver = webdriver.Chrome(service=Service(executable_path=ChromeDriverManager().install()), options=driver_options) ``` When i executing this inside docker container I've got this error...