indexinterfacesInterface: PlaywrightVersionVersion: 1.xOn this pageInterface: PlaywrightVersion Parsed Playwright version components. Example const ver: PlaywrightVersion = { major: 1, minor: 58, patch: 2, raw: '1.58.2',}; Properties major readonly major: number minor readonly minor: number patch readonly patch: number raw readonly raw: string