SpecFlowOSS / SpecFlow.Actions

BSD 3-Clause "New" or "Revised" License
57 stars 53 forks source link

[Playwright] get `playwright` instance. #60

Open 304NotModified opened 2 years ago

304NotModified commented 2 years ago

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

304NotModified commented 2 years ago

We really need that instance for extensibility.

The only solution for now was to migrate away from this library.

SabotageAndi commented 2 years ago

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?