GergelyM
GergelyM
Thank you! That explains it. So I have two options, either wrap each consequent function-body in a `try/except` block or rely on the `c.s.exception` value. These give plenty of freedom....
I've installed version 2.10.19 and it works perfectly. Thanks a lot 255 is plenty in my case, though I can imagine a situation when that might not be enough. Just...
2.0.19 works like a charm. Thanks a lot!
Hi, Thanks, the `update state()` is new to me so as durable rules. My use-case is fetching a number of SalesForce objects (btw SF returns non-sparse JSON objects) and parse...
Hi Jesus, Hope you are doing well. Do you have any news/update on this issue?
Hey, Here's my workaround that might help others. I had the issue with the `await page.setRequestInterception(True)` command blocking the flow and made the page hanging until timeout. So I added...