Add new helper method isChromiumBased() to check whether the current browser is a Chromium-based browser

This commit is contained in:
Faisal Salman
2023-11-09 13:41:37 +07:00
parent 7ad3e3b451
commit 7abc8b9ecc
4 changed files with 12 additions and 10 deletions

View File

@@ -1,4 +1,3 @@
// @ts-check
import { test, expect } from '@playwright/test';
import path from 'path';
import url from 'url';