You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Webrtc leak is a known issue but is not planned to be fixed in this library. This library aims to create as natural a browser as possible. If it interferes with Webrtc values it will be detected. You can try using 3rd party libraries.
Description
https://browserleaks.com/webrtc
Unable to pass webrtc check
``
`const {connect} = require('puppeteer-real-browser');
async function main() {
console.time()
const targetUrl = "https://browserleaks.com/webrtc"; // 目标 URL
const {browser,page} = await connect({
args: [
"--start-maximized",
}
main();`
Full steps to reproduce the issue
const {connect} = require('puppeteer-real-browser');
async function main() {
console.time()
const targetUrl = "https://browserleaks.com/webrtc"; // 目标 URL
const {browser,page} = await connect({
args: [
"--start-maximized",
}
main();
Issue Type
No response
Operating System
No response
Do you use Docker?
None
The text was updated successfully, but these errors were encountered: