ANY HELP
uncheck Restrict blocks to use …
how can i, set this in browser window ?
Thank you in advance dude.
i get the same error also
I Found a solution to change browser fingerprint everytime with brave , cuz of brave env , makes changes whenever you open the browser. (best way when you use selenium or puppeteer)
Tested With : Portapps - Brave™ portable
Tested With Y@hoo
N.B =But your IP banned after X Request, Also doesn’t stop you from being detected by Antibots.
Best Solution Ever From DevTools Protocol
For Example to change browser user agent at the starting :
Try this
data.Driver.ExecuteCdpCommand("Network.setUserAgentOverride",
new Dictionary<string, object>()
{
{"userAgent : XXXXXXXXXXXXXXXXXXXXXXXX")}
}
);
For More Args and Options Check :
Chrome DevTools Protocol - Network domain
Best c# Project with this idea :
emre-gon/Selenium.WebDriver.UndetectedChromeDriver (github.com)
I’m trying to understand how can i add this to Rurilib , i’m bad at c#.
@Ruri .
Hey, open an issue and I will see if I have some time to code it in, thanks!
Thank you in advance , Dear Ruri
that would be really cool if implemented