Rumyantsev Artem

Results 4 comments of Rumyantsev Artem

Faced with the same issue when run command: `sudo ntfs-3g -o /dev/disk2s1 /Volumes/NTFS` mac osx Ventura 13.4.1 I try any command from this discussion and then restart mac os and...

@ronildosouzafb Hi I run into the same issue :) do you have any ideas on how to fix it?

I've faced with the same issue. I've checked using this script: ```python from playwright.sync_api import BrowserContext, sync_playwright from undetected_playwright import stealth_sync import pdb with sync_playwright() as playwright: browser = playwright.chromium.launch(headless=False)...

@albus522 could you please look at it and let me know if you have any concerns or question regarding changes?