jjlee / mechanize

Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .
http://wwwsearch.sourceforge.net/mechanize/
618 stars 121 forks source link

HTML5 element not visible #101

Open icodebuster opened 10 years ago

icodebuster commented 10 years ago

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.