Hi, I am trying to scrape a verizon wireless phone page using selenium at the following address:
I get to the page and use get_html_source to save the page with no problems but when I go to view the page I saved all the data about the phones is missing. I can't seem to figure out why it did not save the whole page.
Thanks in advance for your help!
note: This is being done in python