# selenium **Repository Path**: naclnezn/selenium ## Basic Information - **Project Name**: selenium - **Description**: 通过使用 WebDriver 支持市场上所有主流浏览器的自动化 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-21 - **Last Updated**: 2024-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # selenium ## 介绍 Selenium 通过使用 WebDriver 支持市场上所有主流浏览器的自动化。 WebDriver 是一个 API 和协议,它定义了一个语言中立的接口,用于控制 web 浏览器的行为。 每个浏览器都有一个特定的 WebDriver 实现,称为驱动程序, 驱动程序是负责委派给浏览器的组件,并处理与 Selenium 和浏览器之间的通信。 ## 下载驱动 ChromeDriver: [官方](https://googlechromelabs.github.io/chrome-for-testing/#stable) [镜像](https://registry.npmmirror.com/binary.html?path=chrome-for-testing/) msedgedriver: [官方](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/?form=MA13LH#downloads)