0

I downloaded one html-page. I need to parse one string form page, but it's behind javascripts. When i run this page in browser - all looks pretty, but in html-code i see something like this:

<script type="text/javascript">function deobfuscate_html(){s007=null;s7125=6 ... #long long string

How can I unpack this? I want to see the pretty raw, like in browser.

1 Answer 1

1

I would run the page in a web browser using Selenium (triggered and controlled in Python) - you can then gain access to the fully rendered page.

The chosen answer here will show you how to get the html from a rendered page.

Sign up to request clarification or add additional context in comments.

1 Comment

Python 3 is not yet supported

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.