Aleksander Niedźwiedź

Results 7 comments of Aleksander Niedźwiedź

@mshokoya What you showed is not a solution to the problem at all, as the browser opens in less than 30 seconds.

@mshokoya timeout is `Maximum time in milliseconds to wait for the browser to start` - __to start__ not __to run__ `protocolTimeout` is set to 180 seconds by default, do you...

Such a solution will be more precise ``` type If = C extends true ? T : C extends false ? F : never; ```

This is correct for cases with a boolean type, but if you send another type and comment it out with `// @ts-expect-error`, the returned type will be `false` instead of...

> Hi, using this type IF = T extends true? K: L; I don't understand why with null the result is "true" type fromNull = IF; //true You have something...

Is there possibility to scrape more than first page? Like 20/50/100 results per keyword? What about anti-bot reCaptcha? Maybe try to implement uncaptcha2? https://github.com/ecthros/uncaptcha2 Thank you for making this great...

@z0mby @joserodolfofreitas @matan44 @ImperadorSid @lb- there is workaround for this :) you will need something like this I use the moment, because I have a very old project, but the...