You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?