tags:

views:

92

answers:

0

Hi, I am trying to scrape a verizon wireless phone page using selenium at the following address:

http://www.verizonwireless.com/b2c/store/controller?item=phoneFirst&action=viewPhoneOverviewByDevice&deviceType=Phones&sortOption=priceSort&lid=//global//phones+and+accessories//cell+phones

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