RifHut

Results 27 comments of RifHut

> What is it ? . I'm a user browser Brave portable v1.38.111-81 I do not have any problem Thank you dude for your feedback ! The browser work fine...

> @crazy-max @RifHut problem solved ? i think not yet dude

sometimes not working, due to firewall , try add ob2 in firewall (inbound and outbount rules), also check this url on tested machine.

Tested with other puppeteer framework work fine, Thank You

I think the solution to keep cookies and passwords , is romeving these args ( --disable-machine-id --disable-encryption-win) from the runner of the .exe , cuz of brave need machine id...

https://github.com/emre-gon/Selenium.WebDriver.UndetectedChromeDriver/issues/15#issue-1434686372 l've the asked the same question before

> how to use ChromeOptions options = new ChromeOptions(); options.BinaryLocation = pathChromes; > > Thanks !!!!!!!!!!!!!!!!!!! Try this at the end to call the object "options" There are two options...

` bool HL = (data.GlobalSettings.Selenium.Headless || data.ConfigSettings.ForceHeadless); bool PATCHER = data.ConfigSettings.EnableUndetectChromeDriver; /* Profile data string of the given path */ string PATH = data.ConfigSettings.ProfilePath + @"\"; Match PROFILE = Regex.Match(data.Data.Data,...

> Also is there a way to access the base driver? When I try to run a chrome command with ExecuteCustomDriverCommand it throws an error. you can edit the original...