I am trying to crawl through a web page using Mechanize and trying to fetch all video element src value but the page is not displaying HTML5 element and is displaying Your browser does not support HTML5 Video. Please upgrade to a current browser.
I am able to get the webpage with mechanize without the HTML5 element (video tag)
So the question is how do I create a HTML5 enabled instance of Mechanize browser.
I am trying to crawl through a web page using Mechanize and trying to fetch all video element src value but the page is not displaying HTML5 element and is displaying
Your browser does not support HTML5 Video. Please upgrade to a current browser.
I am able to get the webpage with mechanize without the HTML5 element (video tag)
So the question is how do I create a HTML5 enabled instance of Mechanize browser.