Uriel Chemouni

Results 114 comments of Uriel Chemouni

you gave me extra work with your pretty useful last changes :wink: can you explain me this change: `const client = page && typeof page._client === 'function' ? page._client() :...

I finally, link my project to my puppeteer-extra using a `pnpm install ../puppeteer-extra-ts/packages/....` and it works. so no more emergency for my current project. I may get the project `fakebrowser`...

The test-ci depend on `https://localtunnel.me` and localtunnel.me is [down](https://github.com/localtunnel/localtunnel/issues/503)

Fake browser is now fully converted to typescript. But required my puppeteer-extra fork to work.

After weeks, testing / forking lots of nodejs automation API. I tried chromy, puppeteer, playwright, but none of those works properly on android chrome. now I'm trying with Chrome DevTools...

WIP, for now. With this approach, it's possible to connect to any existing / running automation API and inject stealth.

send me an error message plz. the active branch is: heavy-duty but depend of my fork of pptr-extra, that is being reimplemente on the main project see: https://github.com/berstend/puppeteer-extra/issues/646 https://github.com/berstend/puppeteer-extra/pull/649

something like that should work: ```bash npm install -g pnpm yarn git clone https://github.com/UrielCh/puppeteer-extra-ts cd puppeteer-extra-ts; npx json -I -f package.json -e 'this.resolutions={}' yarn install yarn bootstrap yarn lerna add...

[berstend](https://github.com/berstend) mostly accept my change, but integrating them one by one, will take time.