Skip to content

Navigation Menu

Sign in
Sign up

When using recorder, I get - TypeError: Cannot read property 'onmessage' of undefined #2

Open

Description

I am using folio the playwright test runner, and inside a before all loop I run the below 2 lines of code:

browser = await chromium.launch(config.launchOptions);
page = (await initializeRecorder(browser, 'vuetify-session-events')).page;

The stacktrace I get is:
TypeError: Cannot read property 'onmessage' of undefined

 19 | beforeAll(async () => {
 20 | browser = await chromium.launch(config.launchOptions);
> 21 | page = (await initializeRecorder(browser, 'vuetify-session-events')).page;
 | ^

Can I get some help to debug.fix this issue please?
Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

      AltStyle によって変換されたページ (->オリジナル) /