Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Loop a list and write to .xlsx
#4
that's not the way it works.
  1. you supply the driver with a valid URL
  2. A valid URL looks like: https://python-forum.io
  3. you fetch the webpage html using selenium (Driver in your instance)
  4. You then use various means to locate the data you want within the raw html

suggest:
web scraping part 1
web scraping part 2
Reply


Messages In This Thread
Loop a list and write to .xlsx - by urobee - Apr-11-2020, 03:41 PM
RE: Loop a list and write to .xlsx - by Larz60+ - Apr-11-2020, 04:02 PM
RE: Loop a list and write to .xlsx - by urobee - Apr-11-2020, 04:24 PM
RE: Loop a list and write to .xlsx - by Larz60+ - Apr-11-2020, 09:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Trying to write a code to get a long list of unknown URLs hkynefin 2 2,563 Sep-16-2018, 11:44 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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