Problem: I want to request a website and then save all the http objects in it [that a normal browser will request].
What I tried: I am using selenium(configured to use a proxy) web driver to request a webpage and then intercept on the proxy level and save all the objects. [I can't multi thread/open multiple tabs because then on proxy, I wont know which object corresponds to a particular webpage]
What I want: Is there any way that I can save all the http object using only selenium at the same time I can also identify them for corresponding webpage.
Aucun commentaire:
Enregistrer un commentaire