C#使用Selenium驱动Chrome浏览器
创始人
2025-01-08 13:07:55
0

1.Selenium库依赖安装

Selenium WebDriver是Selenium项目的一部分,用于模拟用户在Web应用程序中的交互操作。它支持多种浏览器,如Chrome、Firefox、IE等,且与各种编程语言(如Java、Python、C#等)兼容,具有广泛的适应性。

Selenium WebDriver的核心原理是通过向浏览器发送命令和脚本,模拟真实用户的操作行为,从而实现对Web应用程序的自动化测试。

2.准备材料

        最新版本chromedriver 下载地址:
https://googlechromelabs.github.io/chrome-for-testing/#stable

        这里有自动测试用到的chrome版本以及驱动。

Chrome for Testing availability 

         最新的Chrome版本和驱动:

下载后Chorme的目录如下图:

 ChromeDriver如下:

3.示例代码

         ChromeDriver

                        string chromiumFolderLocation = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\chromium";                          chromeOptions = new ChromeOptions                         {                             UnhandledPromptBehavior = UnhandledPromptBehavior.Accept,                         };                          // check if in incog mode, if it is, then we launch incog mode                         if (this.incogMode)                         {                             chromeOptions.AddArgument("--incognito");                         }                          // enable headless mode                         if (this.headless)                         {                             Logger.Info("Started a headless session");                             chromeOptions.AddArgument("--headless=new");                         }                          chromeOptions.AddArgument("--start-maximized");                          chromeOptions.AddArgument("no-sandbox");                         chromeOptions.AddArgument("--log-level=3");                         chromeOptions.AddArgument("--silent");                         chromeOptions.AddUserProfilePreference("download.prompt_for_download", false);                         chromeOptions.AddUserProfilePreference("download.default_directory", pathToNewFolder);                         chromeOptions.AddUserProfilePreference("disable-popup-blocking", true);                         chromeOptions.AddUserProfilePreference("plugins.always_open_pdf_externally", true);                         chromeOptions.BinaryLocation = $"{chromiumFolderLocation}\\chrome.exe";                          // we want to find all the files under the location of chromium\Extensions and add them in.                         if (Directory.Exists(chromiumFolderLocation + "\\Extensions"))                         {                             foreach (string extension in Directory.GetFiles(chromiumFolderLocation + "\\Extensions"))                             {                                 chromeOptions.AddExtension(extension);                             }                         }                         var pp =  Environment.OSVersion.Platform;                          service = ChromeDriverService.CreateDefaultService(this.seleniumDriverLocation);                         service.SuppressInitialDiagnosticInformation = true;                          this.WebDriver = new ChromeDriver(service,chromeOptions);

备注

        1.调试过程中遇到的一个常数Environment.OSVersion.Platform值是“Win32NT”,开发环境操作系统是win10_64位的。

        2.Headerless Browser(无头的浏览器)是浏览器的无界面状态,可以在不打开浏览器GUI的情况下,使用浏览器支持的性能。

相关内容

热门资讯

透视工具!wepoker底牌透... 透视工具!wepoker底牌透视脚本(透视)原来是有挂,可靠教程(有挂模拟器)-哔哩哔哩1、实时we...
第三分钟教你!wepoker免... 第三分钟教你!wepoker免费透视(透视)真是是真的挂,力荐教程(揭秘有挂)-哔哩哔哩1、wepo...
透视科技!红龙poker辅助工... 透视科技!红龙poker辅助工具(透视)其实真的是有挂,新版2025教程(有挂中牌率)-哔哩哔哩一、...
6分钟科普!约局吧德州有挂吗(... 6分钟科普!约局吧德州有挂吗(透视)都是真的是有挂,专业教程(有挂头条)-哔哩哔哩1、约局吧德州有挂...
透视总结!wepoker有用吗... 透视总结!wepoker有用吗(透视)果然真的有挂,新版2025教程(有挂智能)-哔哩哔哩1、wep...
第四分钟外挂!佛手在线大菠萝技... 第四分钟外挂!佛手在线大菠萝技巧(透视)果然是真的挂,爆料教程(有挂教程)-哔哩哔哩1、第四分钟外挂...
透视免费!wepoker辅助器... 透视免费!wepoker辅助器最新版本更新内容(透视)确实有挂,存在挂教程(有挂代码)-哔哩哔哩1、...
第三分钟普及!wepoker手... 第三分钟普及!wepoker手机版辅助(透视)确实是有挂,存在挂教程(有挂详情)-哔哩哔哩1、不需要...
9分钟解谜!pokemmo辅助... 9分钟解谜!pokemmo辅助器(透视)一贯存在有挂,AA德州教程(有挂详情)-哔哩哔哩1、在pok...
透视了解!wpk辅助软件(透视... 透视了解!wpk辅助软件(透视)真是是有挂,总结教程(有挂输赢)-哔哩哔哩1、透视了解!wpk辅助软...