Python Forum

Full Version: accéder à une page web ouverte
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello I have a little problem, I developed a small data extraction application and I wanted to know how to access the content of a web page opened under Windows.
I use the splinter library https://splinter.readthedocs.io/en/latest/tutorial.html, to open the page. But before opening the desired page, it redirects me to a home page to automatically connect me and finally I lose the link to the desired page.
if anyone can help me.
splinter looks very much like selenium, which is what I would use.
That being said, there is a clear example on the github page: https://github.com/cobrateam/splinter
Since you don't show your code, it's hard to tell what is going awry.