Skip to content

[BUG] page.waitForResponse is not working for Firefox #2622

@nbyavuz

Description

@nbyavuz

Context:

  • Playwright Version: 1.1.1
  • Operating System: Linux / Manjaro
  • Node version: 10.21.0
  • Browser: Firefox

Code Snippet

    const [response] = await Promise.all([
        page.waitForResponse(/[\\/]api/, {timeout: TIMEOUT100}),
        page.click(START_QUIZ_ID)
            .catch(e => console.log("Error: Can't click start quiz button"))
    ]);

Describe the bug

Hi, page.WaitForResponse is working for Webkit and Chromium but not for Firefox. I can't share actual code but the same code is working for Webkit And Chromium.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions