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