const fingerprint = await plugin.fetch(SERVICE_KEY, {
tags: ['Microsoft Windows'],
minWidth: 1920
});
plugin.useFingerprint(fingerprint);
const browser = await plugin.launch({
// executablePath: '/usr/bin/google-chrome',
headless: false,//'new',
devtools: false,
args: browserArgs,
timeout: 15000,
key: SERVICE_KEY,
});