fysh711426 / UndetectedChromeDriver

GNU General Public License v3.0
166 stars 61 forks source link

update #32

Open mahdisky opened 1 year ago

mahdisky commented 1 year ago

I think it needs to be updated Do you update?

fysh711426 commented 1 year ago

Ok, I will take a look.

JvB94 commented 1 year ago

@fysh711426 thank you for your great project. How much time you will need for that update? Cloudflare and some other services detect your current version atm.

fysh711426 commented 1 year ago

It may take a few weeks, undetected-chromedriver is modified a lot.

JvB94 commented 1 year ago

@fysh711426 thanks for your work. Is there maybe a way to auto download the chromedriver for the current version of chrome who the user is running? Undetected Chromedriver have this option. I need it for your version as well and stuck here.

Nevrmind, i found this https://swimburger.net/blog/dotnet/download-the-right-chromedriver-version-and-keep-it-up-to-date-on-windows-linux-macos-using-csharp-dotnet

fysh711426 commented 1 year ago

Ok, I try it.

fysh711426 commented 1 year ago

I fixed it, try it. @JvB94

PM> Install-Package Selenium.UndetectedChromeDriver -Version 1.0.8
fysh711426 commented 1 year ago
PM> Install-Package Selenium.UndetectedChromeDriver -Version 1.0.9

Automatic download try this.

using (var driver = UndetectedChromeDriver.Create(
    driverExecutablePath: 
        await new ChromeDriverInstaller().Auto()))
JvB94 commented 1 year ago

thank you!

JvB94 commented 1 year ago
PM> Install-Package Selenium.UndetectedChromeDriver -Version 1.0.9

Copy and Save Share Automatic download try this.

using (var driver = UndetectedChromeDriver.Create( driverExecutablePath: await new ChromeDriverInstaller().Auto()))

Thank you for that update. Can you integrate that the chromedriver for M1 and M2 Macs also downloads properly? I want to make a PR for that but i cant. Maybe you want to give me access so i can contribute

fysh711426 commented 1 year ago

Ok, you can fork repo and used Compare & pull request.

JvB94 commented 1 year ago

https://github.com/fysh711426/UndetectedChromeDriver/pull/37 done @fysh711426