Mohammad Arab Anvari

Results 4 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 !

Hi, I think, I found bug in Ackley definition. According to [provided link](https://www.sfu.ca/~ssurjano/ackley.html), We should apply Square root on square term ([`s1`](https://github.com/PasaOpasen/OptimizationTestFunctions/blob/main/OptimizationTestFunctions/functions.py#L56)). But it didn't apply. In order to fix...