Is it possible to be undetected while emulating phone?
See original GitHub issueHey guys , I’ve tried to emulate phone while using the stealth plugin, but it seems like most of the sites can easily detect that its phone: http://prntscr.com/ujz2js http://prntscr.com/ujz2z0
I think this makes 0 sense and might be a big reason for the detection as how can I be using nvidia and chromium on iphone 😄 http://prntscr.com/ujz3wg
The code is used to open the browser: `const puppeteer = require(‘puppeteer-extra’);
const puppeteerdevice = require('puppeteer');
const pluginStealth = require('puppeteer-extra-plugin-stealth');
puppeteer.use(pluginStealth());
let isheadless = false;
let browser2 = await puppeteer.launch({
headless: isheadless,
//ignoreHTTPSErrors: true,
//executablePath: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe',
args: []
});
let page2 = (await browser2.pages())[0];
let iPhonex = puppeteerdevice.devices["iPhone X"];
await page2.emulate(iPhonex);`
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Defeating Android Emulator Detection - Virtue Security
There are several ways to detect an emulator; however this example is only relevant to the most common way we see. In this...
Read more >Which Android emulator doesn't have emulator detection ...
Which Android emulator doesn't have emulator detection when playing PUBG Mobile?
Read more >Hide the fact that the device is an emulator? - Stack Overflow
In general there are three ways to bypass an emulator check: Modify the app and remove the emulator check. Modify the emulator so...
Read more >Any Undetectable Android Emulator For Instagram? - MP Social
Hey guys been searching a lot, but not able to find a undetectable emulator to create and manage instagram as if in a...
Read more >Matched with undetected emulator players on mobile. - Reddit
As far as I'm aware there are currently 5 legit publicly working methods across 3 different emulators that will actually make you undetected....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There are many leaks from an emulated phone, too many to list.
Even executing through a proper emulator such as BlueStacks is fairly easy to detect by a sufficiently motivated adversary.
Closing this for now, discussions like this might be better suited for our discord.