RifHut
RifHut
> new() missing new ChromeDriverParameters() !?
> Sl.Selenium.Extensions.Chrome.ChromeDriverParameters chromeDriverParameters = new(); > chromeDriverParameters.Timeout = new TimeSpan(0, 0, 22); > chromeDriverParameters.DriverArguments = driverarguments; > chromeDriverParameters.Headless = false; Yes u are right dude , I'm Working in Old...
> > Yes u are right dude , I'm Working in Old Project with .Net framework v4.8 , that's why I get errors > > All Ok with framework v4.8...
Fixed , work fine , but sometimes not working with ENABLE_PATCHER = true
> Couldn’t sign you in This browser or app may not be secure. [Learn more](https://support.google.com/accounts/answer/7675428?hl=en) Try using a different browser. If you’re already using a supported browser, you can try...
try using this args // chromeop.AddArgument("--window-size=1920,1080"); // chromeop.AddArgument("--start-maximized"); // chromeop.AddArgument("--no-sandbox"); or try with cdp cmd to change some values in navigator to check if you are 100% headfull ! check...
If you don't import the proxy in this format IP:PORT , it won't work.