We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
playwright
Is there a way to get the playwright instance?
We need to register something on the playwright instance. but it seems to be hidden. We are injecting currently BrowserDriver
BrowserDriver
The text was updated successfully, but these errors were encountered:
We really need that instance for extensibility.
The only solution for now was to migrate away from this library.
Sorry, something went wrong.
No idea why we didn't make it public in the first place.
@304NotModified Have a look at this PR: #75
Would this work for you?
No branches or pull requests
Is there a way to get the
playwright
instance?We need to register something on the
playwright
instance. but it seems to be hidden. We are injecting currentlyBrowserDriver
The text was updated successfully, but these errors were encountered: