Playwright PHP 1.3

Tracing from the context API, waitForFunction, and browser launch options on the builder.

Playwright PHP 1.3 adds tracing, browser configuration, and missing browser operations.

  • Tracing through BrowserContextInterface::tracing(), with assertion groups.
  • Browser channel, proxy, download, video, and minimum Node.js options.
  • Page::waitForFunction(), named cookie removal, and runtime fixes across navigation, storage, requests, and popups.

Direct construction of core browser objects now requires PlaywrightConfig. The static browser entry points are unchanged.

Full list of changes: changelog.