Open
Description
async def main():
browser = await nodriver.start(
headless=False,
)
tab = await browser.create_context(
"https://curlconverter.com/",
proxy_server=proxy.url,
)
input('test')
if __name__ == '__main__':
nodriver.loop().run_until_complete(main())
In this code, proxy.url is a string of the following format: f"http://{self.username}:{self.password}@{self.host}:{self.port}"
. The proxy is definitely working.
Metadata
Metadata
Assignees
Labels
No labels