Python Forum
Selenium/Helium loads up a blank web page
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Selenium/Helium loads up a blank web page
#1
ok i have been web scraping the past week, but this particular website is giving me a lot of problems, it just loads a blank web page with nothing to see.

website: NordStrom


My Code:

from helium import*
import time

useragent ="Mozilla/5.0 (Windows NT 6.1; rv:85.0) Gecko/20100101 Firefox/85.0"
    

options = FirefoxOptions()
    
options.set_preference("general.useragent.override",useragent)


s = start_firefox("https://www.nordstrom.com",headless=False,options=options)

time.sleep(5)

kill_browser()
I tried to access it regularly without any VPNS and it still does not load through selenium/helium
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Click on a button on web page using Selenium Pavel_47 7 4,564 Jan-05-2023, 04:20 AM
Last Post: ellapurnellrt
  Saving html page and reloading into selenium while developing all xpaths Larz60+ 4 4,103 Feb-04-2021, 07:01 AM
Last Post: jonathanwhite1
  Selenium Parsing (unable to Parse page after loading) oneclick 7 5,890 Oct-30-2020, 08:13 PM
Last Post: tomalex
  Selenium Page Object Model with Python Cryptus 5 3,891 Aug-19-2020, 06:30 AM
Last Post: mlieqo
  Selenium on Angular page Martinelli 3 5,597 Jul-28-2020, 12:40 PM
Last Post: Martinelli
  use Xpath in Python :: libxml2 for a page-to-page skip-setting apollo 2 3,579 Mar-19-2020, 06:13 PM
Last Post: apollo
  Selenium get data from newly accessed page hoff1022 2 2,903 Oct-09-2019, 06:52 PM
Last Post: hoff1022
  Python Selenium .click() Loads Error - Works Manually.- Events not Triggered NSearch 24 11,521 Aug-14-2019, 02:23 PM
Last Post: NSearch
  Difficult web page -- Selenium Larz60+ 2 2,587 Dec-31-2018, 06:51 PM
Last Post: Larz60+
  Web Page not opening while web scraping through python selenium sumandas89 4 9,999 Nov-19-2018, 02:47 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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