Carlos Kidman
Carlos Kidman
I've had a few people report the same issue! Thank you for taking the time to create the Issue here so we can track it. I will get a fix...
I believe this is a bug for webdriver_manager. I wanted to make sure it wasn't anything from Pylenium's side before dismissing it. If you can work around the issue by...
Downgrade a major version, not minor please. 3.7.x Let me know what you get! 😄
We definitely want a "function"-scoped Pylenium because that is the ideal way to write tests (ie modular, atomic, etc). However, there are definitely cases where you may want a session-scoped...
Hi, @richard-ellison! Thanks for using Pylenium and creating an Issue! When you get the JWT token for the website, is it stored as a cookie? Or how does the website...
## Answers > **So Selenium and therefore Pylenium wouldn't support adding in a header directly?** I've never used something like `browsermob-proxy` before cuz I haven't had to, but if we...
I would love that! We welcome all ideas and PRs and I think a simple solution would go a long way for anyone else who needs this functionality. Looking over...
They look pretty similar, but we'll stick with GitBook for now since we have it already and it's working well for us. This task was more about a general website...
Yeah, and that's why I'm leaning towards building one as well. So, what if we got the community involved and did a Hackathon? Best site wins @vernko @gleekzorp
From this list, what I'm most interested in are the `clickAndHold()` commands for clicking and dragging things around. Currently, because of Selenium 3's limitations, we made a custom solution using...