package Playwright; use strict; use warnings; no warnings 'experimental'; use feature qw{signatures state}; sub new (%options) { } 1;