Attempting to extract the dimensions for each cell on a map from this AJAX site, where details only appear when hovering over the cells has proven unsuccessful so far.
Using Python selenium webdriver and phantomJS did not yield any data when trying to load and extract the page source. Searching through Firebug for a .json file that could potentially hold the content also came up empty.
If possible, please check out the site and provide suggestions on how I can scrape the information from the hover-boxes that appear when pointing on each cell of the map.
P.S: Despite extensive research on various platforms including Stack Overflow, I have not been able to find a solution yet.