Closed 1dy closed 1 year ago
You're wrong, the plugin has nothing to do with it. The "launchPersistentContext" method returns an instance of the browser context, not the browser itself, so these methods are not available:
https://playwright.dev/docs/api/class-browsercontext
There are no such methods in this class.
Browser.version is undefined despite I have set plugin.version. This invalidates the
browser.newContext
because it depending on the existance ofbrowser.version
.Output: