[Question] I want to know where the user agent was generated from. I used Playwright asynchronously to access the browserscan website, and he informed me that the browser version set by your browser does not match your actual browser version. It seems that the newly generated UA cannot be overwritten #126
Labels
documentation
Improvements or additions to documentation
help wanted
Extra attention is needed
question
Further information is requested
async def run_browser(port):
headers = HeaderGenerator()
headers.generate()
botright_client = await botright.Botright(use_undetected_playwright=True)
lock = asyncio.Lock()
The text was updated successfully, but these errors were encountered: