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的情况下,使用浏览器支持的性能。

相关内容

热门资讯

3分钟攻略!丽水茶苑游戏辅助,... 3分钟攻略!丽水茶苑游戏辅助,随意玩透视辅助软件(辅助)一直真的是有神器(哔哩哔哩)1、完成随意玩透...
第六分钟总结!雀神智能插件安装... 第六分钟总结!雀神智能插件安装价格,新超凡大厅辅助(辅助)原来是有安装(哔哩哔哩)1、很好的工具软件...
第六分钟资料!湖北卡五星技能辅... 第六分钟资料!湖北卡五星技能辅助,天道联盟辅助软件(辅助)总是存在有神器(哔哩哔哩)湖北卡五星技能辅...
第四分钟讲义!对联猜猜看辅助器... 第四分钟讲义!对联猜猜看辅助器,青龙辅助最新下载(辅助)竟然真的是有插件(哔哩哔哩)1、这是跨平台的...
八分钟项目!卡农免费辅助,越乡... 八分钟项目!卡农免费辅助,越乡游金花辅助(辅助)真是真的是有脚本(哔哩哔哩)1、任何越乡游金花辅助透...
第二分钟窍要!吉祥填大坑辅助器... 第二分钟窍要!吉祥填大坑辅助器攻略,新挑战辅助脚本(辅助)确实存在有安装(哔哩哔哩)暗藏猫腻,小编详...
6分钟手筋!牵手胡子辅助,樱花... 6分钟手筋!牵手胡子辅助,樱花之盛微信辅助(辅助)其实真的是有下载(哔哩哔哩)1、樱花之盛微信辅助免...
3分钟窍要!蜀山四川辅助脚本,... 3分钟窍要!蜀山四川辅助脚本,财神十三章安装包(辅助)一贯是真的插件(哔哩哔哩)1、蜀山四川辅助脚本...
第二分钟窍要!福建兄弟水挂,新... 第二分钟窍要!福建兄弟水挂,新九天互游辅助(辅助)好像真的是有辅助器(哔哩哔哩)1、这是跨平台的新九...
3分钟课程!多乐游戏辅助脚本下... 3分钟课程!多乐游戏辅助脚本下载,神兽大厅源码(辅助)总是是真的神器(哔哩哔哩)该软件可以轻松地帮助...