Shiva Mothkuri
Shiva Mothkuri
## Expected Behavior Puppeteer library allows adding a slowMo option to slow down the puppeteer script execution process. But, when we try to execute `npx @puppeteer/replay recording.json` there is no...
### Minimal, reproducible example ```TypeScript await this.page.waitForSelector('selector', { visible: true }) await this.page.click('selector') ``` ### Error string no error ### Bug behavior - [] Flaky - [ ] PDF ###...
This is my CSS selector div.filters > div:nth-child(1) select.templateInputs This works for Puppeteer and devtools element search. But, don't work in Kagekiri When I digged into the source code, found...