Returns feature flags for the currently installed Playwright version.
Feature flags object.
const features = getPlaywrightFeatures();if (features.hasClockAPI) { ... } Copy
const features = getPlaywrightFeatures();if (features.hasClockAPI) { ... }
Returns feature flags for the currently installed Playwright version.