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
The short answer is that there is no current integration between interactors and playwright. However there is no reason that one couldn't be written. The key thing is that the actual interactor code must be running in the browser. That means they must be bundled and loaded by playwright. If you are using the Playwright Test framework, then there is some extra work required because the actual test runner is running in NodeJS, while the page context is running in the browser.
Eventually we could bundle this into a @interactors/with-playwright-test package so that you could just import them directly and skip this manual setup.
As far as I could tell, there’s no documented support for Playwright.
Can this library made to be work with Playwright? Especially when the DOM is available only lazily?
The text was updated successfully, but these errors were encountered: