python - If I open this URL in one of the popular browsers, will I probably get a HTTPS error? -
i need write python 3 script answers question in title.
by "https error" mean both obvious error page advising user not proceed , errors visible in browser console, “blocked loading mixed active content”.
so far tried ghost.py, did not report errors (with ignore_ssl_errors=false
) while loading page caused “blocked loading mixed active content”.
is there way fix in ghost.py / pyside? there tool should use?
i rather not use tool selenium requires actual browser, if there other way.
Comments
Post a Comment