Saving html page from MATLAB web browser
Posted
by yuk
on Stack Overflow
See other posts from Stack Overflow
or by yuk
Published on 2010-04-16T23:37:45Z
Indexed on
2010/04/16
23:43 UTC
Read the original article
Hit count: 300
Following this question I get a message on the retrieved page that "Your browser does not support JavaScript so some functionality may be missing!"
If I open this page with web(url)
in MATLAB web browser and accept certificate (once per session), the page opens properly.
How can I save the page source from the browser with a script? Or from system browser? Or may be there is a way to get that page even without browser?
url='https://cgwb.nci.nih.gov/cgi-bin/hgTracks?position=chr7:55054218-55242525';
© Stack Overflow or respective owner