I want to scrape on www.jomashop.com
but, the data that i want scape seems to generated by Javascript.
-> here is sample page
http://www.jomashop.com/omega-watch-311-30-42-30-01-005.html
and the data that i want is stock data.
(//span[@class='instock'])
How can i get result "In Stock" , using XpathOnUrl or others?