Use selenium-wire with Pylenium #239
-
Is there a way to use selenium-wire with Pylenium? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
This looks really cool! Selenium 4 introduced the BiDirectional API (bidi) and the Chrome DevTools Protocol (CDP) that may have some functionality we can use, but the Python docs aren't the best. I do like what Selenium Wire is doing, but we have to think about how we introduce it without making too many breaking changes to existing Pylenium users. I'll be exploring this some more, but you're more than welcome to give it a try and pose some solutions or even submit a Pull Request! |
Beta Was this translation helpful? Give feedback.
-
As of Pylenium Local Chrome and Firefox browsers can do all of the selenium-wire things, so check out their documentation 😄 |
Beta Was this translation helpful? Give feedback.
-
Aloha!, |
Beta Was this translation helpful? Give feedback.
-
https://docs.pylenium.io/guides/inspect-network-requests
This is one example, but since you have access to the WebDriver instance,
you should be able to do what you need.
Is there a specific example you're looking for?
…On Fri, Jun 9, 2023, 2:09 PM serdnago ***@***.***> wrote:
Aloha!,
Do you have an example of pyleniumio integration with Selenium -wire?
Mahalo!
—
Reply to this email directly, view it on GitHub
<#239 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFQDCPJOZMK7KO3EL57B4PDXKN7JJANCNFSM5R2FEBOA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
As of Pylenium
v1.15.1
, selenium-wire is now integrated! 🎉Local Chrome and Firefox browsers can do all of the selenium-wire things, so check out their documentation 😄