Josef Procházka
Josef Procházka
Hello, thanks for the input. Integration of `DrissionPage` is not so far in our roadmap. Could you please describe the use case that it solves from your point of view?...
> The name feels a bit too similar to `crawler.useState()`, which I can imagine we are also missing in python? > > https://github.com/apify/crawlee/blob/02a598c2a501957f04ca3a2362bcee289ef861c0/packages/basic-crawler/src/internals/basic-crawler.ts#L989 I admit that `crawler.useState` and `crawler.getState` could...
I did some initial [draft](https://github.com/apify/crawlee-python/compare/master...get_run_state#diff-9d89aff8677ea2e3f43edac0c76ce7048fee9cea4ca7ef8742caa5e8fab92785R154), but while doing it I started questioning how useful it is. So I would stop here until we get some actual need for similar functionality.
> Hi, one use case is control from another process the crawler. Not sure if there is a better way, but i am doing it because i do heavy processing...
There are certain limitations due to the current design of crawlee - somewhat related is for example this https://github.com/apify/crawlee-python/issues/908 It is good to collect real world usecases so that any...
I would start investigating once there is a new Camoufox release. [There is no activity since Mar 15, 2025](https://github.com/daijro/camoufox/commits/main/)
Imagine a general scenario where there are links to various different URLs in the request queue. You get 429 from one of those URLs, but the other unrelated URLs are...
I would suggest to also not implementing this in `BasicCrawler`, but instead creating a dedicated component that would be only used by BasicCrawler and group related functionality there. now we...
Raise here: https://github.com/conda-forge/staged-recipes/pull/31081#discussion_r2585261687
If this issue should be reported in **conda-forge/playwright-python-feedstock**, please feel free to close this one. https://github.com/conda-forge/playwright-python-feedstock/issues/19