I'm trying to scrape this page: http://www.ebay.com/itm/311419628966 using the following XPath:
• .//*[@id='ds_div']
• .//*[@id='pdets']
• .//*[@id='centercolumn']/
But they all throw NoSuchElementException.
This is odd because when I inspect the page with Firebug I'm able to locate the element easily.