html - Simulate Browser Resources Expansion Behavior With Python -


I'm exploring a way to emulate the browser resource extension behavior.

I try to find the flow as follows:

  • Access an initial URL (such as)
  • Receive html response pars (like index.htm
  • Find
  • Flash
  • Embedded Video / Audio
  • Images
  • I do not expect to follow the link (href)

< Li> Only page resources that will be automatically received by a browser when the page is first used

Do you have a suggestion to undo this simulation?

Thank you

You may want to see that you're using Python Allows to write tests in


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -