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

相关内容

热门资讯

分享实测!顺欣茶楼辅助视频(辅... 分享实测!顺欣茶楼辅助视频(辅助挂)果然是有挂(有挂解惑辅助技巧)1、全新机制【顺欣茶楼辅助视频ai...
普及知识!微乐小程序有脚本吗(... 普及知识!微乐小程序有脚本吗(辅助挂)切实是真的有挂(有挂秘笈辅助技巧)1、让任何用户在无需微乐小程...
免费测试版!天道辅助器使用教程... 免费测试版!天道辅助器使用教程(辅助挂)本来是有挂(新版有挂辅助教程)1、天道辅助器使用教程脚本辅助...
信息共享!新财神辅助器(辅助挂... 信息共享!新财神辅助器(辅助挂)都是是真的有挂(有挂实锤辅助神器)暗藏猫腻,小编详细说明新财神辅助器...
科技通报!家乡大贰脚本(辅助挂... 科技通报!家乡大贰脚本(辅助挂)其实是真的有挂(有挂教学辅助攻略)1、让任何用户在无需家乡大贰脚本安...
玩家必看教程!潮友会app下载... 玩家必看教程!潮友会app下载安卓(辅助挂)一贯是有挂(有挂辅助辅助教程)1、首先打开潮友会app下...
详细说明!茶馆游戏辅助(辅助挂... 详细说明!茶馆游戏辅助(辅助挂)切实是真的有挂(详细教程辅助攻略)1、详细说明!茶馆游戏辅助(辅助挂...
必备科技!菠萝神辅助器app(... 必备科技!菠萝神辅助器app(辅助挂)一直是真的有挂(了解有挂辅助攻略)1、超多福利:超高返利,海量...
我来分享!威信茶馆解码器(辅助... 我来分享!威信茶馆解码器(辅助挂)确实是有挂(存在有挂辅助器)1、许多玩家不知道威信茶馆解码器辅助怎...
教程攻略!吉祥填大坑小程序辅助... 教程攻略!吉祥填大坑小程序辅助(辅助挂)确实是真的有挂(有挂存在辅助方法)1、下载好吉祥填大坑小程序...