摘要: session not created: This version of ChromeDriver only supports Chrome version 109Current browser version is 111.0.5563.65 with binary path C:\Program 阅读全文
posted @ 2023-03-16 16:41 ChuckLu 阅读(399) 评论(0) 推荐(0) 编辑
摘要: WebDriver | Selenium 安装分两步,先安装nuget package,然后再安装chrome driver https://github.com/seleniumhq/selenium 源码 https://www.nuget.org/packages/Selenium.WebDr 阅读全文
posted @ 2023-03-16 16:07 ChuckLu 阅读(29) 评论(0) 推荐(0) 编辑
摘要: private static string GetSalt() { byte[] saltBytes = new byte[64]; var provider = new RNGCryptoServiceProvider(); provider.GetNonZeroBytes(saltBytes); 阅读全文
posted @ 2023-03-16 13:45 ChuckLu 阅读(183) 评论(0) 推荐(0) 编辑
摘要: DateTime vs DateTimeOffset What is the difference between a DateTime and a DateTimeOffset and when should one be used? Currently, we have a standard w 阅读全文
posted @ 2023-03-16 10:20 ChuckLu 阅读(64) 评论(0) 推荐(0) 编辑