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)
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
Post a Comment