David Engelmann

Results 76 comments of David Engelmann

I removed the packages from my error ( "xfonts-cyrillic" ) and it gave me a series of new deps which I added, in my case it was `libatk-bridge2.0-0 libatspi2.0-0 libgtk-4-1...

looks like go lang codelens

It seems like the first functions browser object is still open ie. `after closing the browser.` I'm not sure where this occurs

if things need to be run parallel then it relates to this issue - https://github.com/SergeyPirogov/webdriver_manager/issues/631, which I left a comment in. If they dont need to be parallel then I...

You are saying that a past version of the web driver / selenium let you access the same chrome binaries from different threads? If you have a way to reproduce,...

I created a repo to try and reproduce the issue. You can find it here - https://github.com/david-engelmann/selenium_sadness. I'm currently seeing expected behavior. Please feel free to adjust it to reproduce...

@cyberdyne-j It seemed like you were setting the path to the chrome binaries here "`download.default_directory": f"{self.base_dir}/chromedriver",..`. In general, if you already know the path beforehand you should pass it directly....

I'm seeing it make the requests and return results but it appears they are sequential. Still looking to get the Cannot Connect to Service. potentially, I need to split it...

@cyberdyne-j I added in a github workflow to run the tests asynchronously, now we can add a huge amount of long request and see if we can reproduce the error

I've added in the testing pipeline. So far it passes with 8 test with 2 workers