15
[HELP][Python] How to use Selenium correctly
(discuss.tchncs.de)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
have you considered using something else? like playwright/puppeteer?
I have considered it but since I only know Python I have yet to try it. Might be time to learn javascript :)
https://playwright.dev/python/docs/intro
Wow I had no idea! Thanks for sharing I'll look into it.
After getting it working with proxies I realize they have the exact same webRTC issue. I assume it's for the same reason as Selenium having it. Unfortunate but there you have it.