Mohammad Arab Anvari

Results 3 issues of Mohammad Arab Anvari

Hi. I crawl a website using scrapy_plawright , I use `wait_for_selector` and when page isn't exist (status = 404) scrapy_playwright wait until `Timeout` and then raise exception. Is there any...

enhancement

Hi there. I'm new to scrapy-GerapyPlaywright .after I read whole doc and issues, I can't find option to [launch_persistent_context](https://playwright.dev/python/docs/api/class-browsertype#browser-type-launch-persistent-context). Is there any thing i missed or it's not support yet?...

pytz show time zone for Iran +3:26 which it is not right. ``` python from pytz import timezone print(timezone('Iran')) ``` `` right time zone is +3:30 !