-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to select iphone #87
Comments
I can't reproduce the issue, do you have more filters? |
there is no filter, |
i'm just using your sample code, `const { plugin } = require('puppeteer-with-fingerprints'); (async () => { // tags: ['Microsoft Windows', 'Chrome'], // Running well const fingerprint = await plugin.fetch(fpsKey, { // Apply fingerprint: // Launch the browser instance: // The rest of the code is the same as for a standard // Print the browser viewport size: await page.waitForTimeout(20500); |
how to solve this problem, sir ? |
i bought fingerprint key from bablosoft, but when i using this tags it's error, how to do that ?
const fingerprint = await plugin.fetch(mykey, {
tags: ['iPhone', 'Safari'],
});
Fingerprint error : Fingerprint with tags iPhone,Safari not found 0.
The text was updated successfully, but these errors were encountered: