PatrickVdWillik

Results 5 comments of PatrickVdWillik

@nlkl I'm a big fan of using Optional and really miss native async support. You said you'd like the community to step up and help finish the test suite. Can...

Thanks for tagging me, I've been toying around with this myself but the biggest question I have is: Ordering in relation to what? Because while I got the stuff to...

I'm using selenium wire and chrome using rotating proxies and they work just fine. What does your code look like?

I tried running this branch with Chrome 111 and Incapsula will trip on it. When I switch back to the regular version it works just fine.

Please check the documentation, which says that if you wish to *change* a header(replacing with a new value), you first need to delete the existing one like this: `del request.headers['User-Agent']`...