Skip to content

.connect() method needed for BrowserType struct #55

@PaKiva

Description

@PaKiva

When I was trying to use p.chromium.connect("ws://........") method to use a playwright server. I got an error.
I checked the source code of the master version and dev 1.25 branch.
I found that there is no .connect() method for BrowserType Stuct, only connect_over_cdp(). Is it possible to update this method?
I found it exists in api.json, which describes the parameters for connect method under BrowserType.

how could I manually add it to the source BrowserType code?

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