Answer the question
In order to leave comments, you need to log in
Request python requests, implementation of focus on the page (possible by other methods)?
Hello.
Sending a request to a page with python requests
:
import requests
proxies = {"http": "http://gdfdafgg:[email protected]:74654/","https": "http://gdfdafgg:[email protected]:74654/"}
r = requests.get("https://site.com/", proxies=proxies)
print(r.content)
print(r.content)
Answer the question
In order to leave comments, you need to log in
As I understand it, based on the question, requests immediately receive a response, without waiting for the processing of JS scripts, there is Selenium for this
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question