Chris Braun

Results 21 comments of Chris Braun

I started a bit on this [here](https://gist.github.com/cryzed/0a04bd2c8f83307ca286514729cddae8) -- feel free to use this however.

Can anyone else confirm that this fixes the issue for them too?

Well, I'm not quite sure how to best work around this issue: Chromedriver is being buggy and inconsistent again. The code in these places is there for a reason, and...

Does [this branch](https://github.com/cryzed/Selenium-Requests/tree/chromium-v106-workaround) work for you? In my testing it affected specifically version 106, and no other version.

I made [this](https://github.com/cryzed/Amby) for Linux systems. You can either use it directly or use its code as a guideline to add Linux support to this project.

@cwesson glad to hear it! Yep, it could probably be used to add support for every platform easily. I initially chose PyQt because I'm using KDE as my desktop environment...

I made [this](https://github.com/cryzed/Amby) for Linux systems. You can either use it directly or use its code as a guideline to add Linux support to this project.

@jcklpe thanks for the kind words ❤️

It is [right](https://github.com/cryzed/Selenium-Requests/blob/master/seleniumrequests/request.py#L53). The first `.get()` is an unmodified Selenium Webdriver-specific method, the second one uses the actual Selenium-Requests `.request()`-method. (You can easily confirm this by checking out the source-code,...