ServerFinder
Playwright\Transport\ServerFinder
Finds Playwright server installation and configuration.
Methods
__construct()
function __construct( private readonly ?NodeBinaryResolverInterface $nodeResolver = null, )
findPlaywright()
?stringfunction findPlaywright(): ?string
getServerScriptPath()
stringGet the path to the Playwright server script.
function getServerScriptPath(): string
findServer()
arrayFind server configuration including Node.js binary and Playwright installation.
function findServer(): array