-
Notifications
You must be signed in to change notification settings - Fork 133
Description
Hi Team,
I am getting unsupported browser issue during initial launch, while trying to run memlab on an application. (Ran the script in headful mode).
Observed the same script is working in Puppeteer(stand alone version) for the same chromium version.
Chrome Version is 101.0.4950.0
Tried using below code in setup function but it did'nt help:
async function setup() {
const browser = await puppeteer.launch({ product: "firefox" });
const page = await browser.newPage();
}
Can you please confirm if there is any way to select a different browser via some code in script or in runtime while executing using CLI?
Below is the screenshot of error :
Error on console:
page-load(baseline)[s1] > action-on-page(target)[s2] > revert(final)[s3]
interaction fail, making 2 more attempt(s)...
interaction fail, making 1 more attempt(s)...
Use memlab help
or memlab <COMMAND> -h
to get helper text
interaction fail