Judson Neer
Judson Neer
The current mechanism for passing state between the requests and Selenium objects does not copy proxy configuration. I do not imagine implementing such a feature would be difficult, but I...
@mmmikael were you still interested in this feature? I'm building a global default mechanism that potentially could support this use case. However, unlike some other parameters like stale_after or next_time,...
If there were a better back-end in place I know I'd benefit from my typical use case: caching API calls for cost and performance saves (e.g. to OpenAI the way...
I like `loads/dumps` idea! As long as default behavior isn't affected, if you wanted to take a crack at implementation, I don't see why we couldn't incorporate it.
Hey all, I'm wanting to dig back into this issue, but need a clear and complete example of steps to reproduce. @m1ch4elx your code is the closest to that, but...
So you log into Google account manually in Firefox, save the cookies off, and then you want to use requestium to automate interacting with your gmail, am I tracking that...
I just published a new version that is a bit more robust in its loading of cookies, but ultimately the issue here wasn't `requestium` itself but some limitations in Selenium...
I saw similar behavior until I played around with 1) which cookies I tried to load, and 2) the order that I loaded them in. Do some experimentation.
Hey @m1ch4elx I realize in re-reading my previous post I may have come across as dismissive. I apologize for that. It's just that there isn't much more that `requestium` as...
really appreciate the contributions @bmos! I inherited this project a few years back and haven't had the time to give it the love it deserves. Will do some testing when...