-
Does it possible to use it with the Dolphin anty browser? Something goes wrong when I am trying.
-
```
import asyncio
import requests
from playwright.async_api import async_playwright
import DolphinController
async def run(playwright):
session = requests.session()
auth_token = Do…
-
I'm trying to automate work with Dolphin, but automation ends at the moment the browser opens. All that turned out to be found out is that in order for automation to go as it should, you need to open …