Python Forum
accéder à une page web ouverte
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
accéder à une page web ouverte
#1
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.
Reply
#2
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.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020