Denis

Results 1 issues of Denis

### Version 1.52.0 ### Steps to reproduce ```python import asyncio import json from playwright.async_api import async_playwright TEST_URL = "https://api.ipify.org?format=json" PROXY = { "server": "http://proxy_url:proxy_port", "username": "username", "password": "password", } async...