About 9,050 results
Open links in new tab
  1. Selenium 教程 | 菜鸟教程

    Selenium 是一个用于自动化 Web 浏览器操作的工具集。 Selenium主要用于 Web 应用程序的自动化测试。 Selenium支持多种编程语言(如 Python、Java、C#、JavaScript 等),并且可以在多种浏览 …

  2. Selenium

    Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring …

  3. Web自动化之Selenium 超详细教程 (python) - CSDN博客

    Apr 9, 2025 · Selenium是一个开源的基于WebDriver实现的自动化测试工具。WebDriver提供了一套完整的API来控制浏览器,模拟用户的各种操作,如点击、输入文本、获取页面元素等。通过Selenium, …

  4. Python selenium 库 - 菜鸟教程

    Python selenium 库 Selenium 是一个用于自动化 Web 浏览器操作的强大工具,广泛应用于 Web 应用程序测试、网页数据抓取和任务自动化等场景。 Selenium 为各种编程语言提供了 API,用作测试。 目 …

  5. selenium入门超详细教程——网页自动化操作-CSDN博客

    Mar 6, 2023 · 文章介绍了Selenium的安装,包括激活虚拟环境和安装Chrome驱动,接着详细讲解了Selenium的基础用法,如初始化浏览器、页面操作、元素定位、模拟鼠标和键盘操作、延时等待以 …

  6. Selenium4自动化框架(超级详细) - 知乎

    Selenium Selenium是一个用于Web应用的自动化测试工具,利用它可以驱动浏览器执行特定的工作,其直接运行在浏览器中,就像真正的用户在操作一样。 其主要功能有:测试应用程序与浏览器的兼容 …

  7. GitHub - SeleniumHQ/selenium: A browser automation framework and ...

    Selenium is an umbrella project encapsulating a variety of tools and libraries enabling web browser automation. Selenium specifically provides an infrastructure for the W3C WebDriver specification — …

  8. What is Selenium? | Selenium.io

    Selenium is an open-source tool suite for automating web application testing. It is the most widely used browser automation framework and is used by millions of developers worldwide.

  9. Master Selenium Test Automation | Selenium.io

    Comprehensive Selenium WebDriver documentation, cheat sheets, and practice challenges for test automation engineers.

  10. Selenium IDE下载安装保姆级教程(附安装包,非常详细)

    Dec 12, 2025 · Selenium IDE 是一款开源跨浏览器的Web自动化测试工具,支持“录制-回放”操作,无需编程即可实现UI级端到端测试。基于Electron开发,兼容主流浏览器,可导出多种语言脚本,轻松集成 …