fysh711426/UndetectedChromeDriver

Setting up command timeout

Opened this issue · 1 comments

How do I rewrite

new ChromeDriver(ChromeDriverService.CreateDefaultService(), options, TimeSpan.FromMinutes(2))

using UndetectedChromeDriver?

I released a alpha package, you can try it.

PM> Install-Package Selenium.UndetectedChromeDriver -Version 1.0.7-alpha2
using var driver = UndetectedChromeDriver.Create(
    ...
    commandTimeout: TimeSpan.FromMinutes(2),