SpecFlow.Actions
SpecFlow.Actions copied to clipboard
[Playwright] get `playwright` instance.
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
We really need that instance for extensibility.
The only solution for now was to migrate away from this library.
No idea why we didn't make it public in the first place.
@304NotModified Have a look at this PR: https://github.com/SpecFlowOSS/SpecFlow.Actions/pull/75
Would this work for you?