Remote Browser
Run PlaywrightPHP tests in a remote browser
To run PlaywrightPHP tests with a remote browser, you can use the connectOverCDP
method.
Chrome DevTools Protocol
You can start a cdpSession to communicate with Chrome DevTools Protocol, and send commands and listen to events.