How to get Selenium and webbrowser with MicroPython ? #13070
Unanswered
Remione
asked this question in
Libraries & Drivers
Replies: 1 comment
-
These libraries are not available for MicoPython. It's unlikely they could be ported. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Morning,
i wrote a script to connect to a website, take screenshot and send them through a TL Bot, using Selenium and Webbrowser. On computer is working the code perfectly. But of course, when I need to transfer it to my ESP32 (espressif WROOM 32), it's missing the librairies Selenium and Webbrowser.
I included mip to import them but they are not in MicroPython libraries.
Question:
how can I import them in MicroPython ?
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions