What I'm trying to do is scrape the web page 'http://www.trulia.com/property/1080560259-2-Penelope-Ln-Middletown-NJ-07748'. In this when the tab Estimates (below Comparable and Estimates section) is selected the data below the google map is loaded dynamically. This data is not visible in page source, but at the same time it is visible in Developer Tools window (context menu, Inspect Element).
I'm using Selenium and Python 2.7. Is there a way to access this data? or is there any way to access all the elements?
Thanks in advance.
browser.page_source. The answer is stackoverflow.com/questions/23386855/…