Theyka
Results
1
issues of
Theyka
Hello I have system which I create 40 browsers like this: ```python from camoufox.async_api import AsyncCamoufox camoufox = AsyncCamoufox(headless=self.headless, os="macos") browser = await camoufox.start() ``` (I did not include the...