puppeteer / replay

Library that provides an API to replay and stringify recordings created using Chrome DevTools Recorder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

localFrame.locator is not a function

SujaanKanwar opened this issue · comments

Expected Behavior

replay script should be running

Actual Behavior

It breaks

Steps to Reproduce the Problem

Specifications

  • Version:
  • Platform:

Which Puppeteer version are you using? Make sure to install a compatible version of Puppeteer (e.g., the latest).

The incorrect version of Node was being used by me. It requires node@18 and I was on node@14.
Thanks