Can't open the new page

This issue has been tracked since 2022-08-15.

Describe the bug
robotframework-browser base on playwright
We can still use it normally on August 11th,but after the August 12th update, the new page cannot be opened.

To Reproduce
robotframework==5.0.1
robotframework-browser==13.4.0
browserless==lastest(2022/8/12-Linux amd64)
browser==chrome
code

*** Settings ***
Library    Browser

*** Test Cases ***
Debug open page
    Connect To Browser    wsEndpoint=ws://localhost:3000/playwright
    New Page    https://www.baidu.com/
    Take Screenshot

Error Screenshots
image

Expected behavior
can open the new page

joelgriffith wrote this answer on 2022-09-01

This is unfortunately due to a playwright version mismatch. Please check the version of playwright we have installed and match it to your version running locally. We're working on fixing this in the future, but for the time being the best workflow is to match your playwright version with what browserless has installed since they're tightly coupled.

More Details About Repo
Owner Name browserless
Repo Name chrome
Full Name browserless/chrome
Language TypeScript
Created Date 2017-11-17
Updated Date 2023-03-22
Star Count 5309
Watcher Count 47
Fork Count 516
Issue Count 29

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date