首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏CSDN博客专家-小蓝枣的博客

    npm修改淘宝镜像飞速下载,npm install过程速度优化,npm删除镜像恢复默认

    镜像地址:http://npm.taobao.org/mirrors/node ChromeDriver 镜像地址:http://npm.taobao.org/mirrors/chromedriver OperaDriver 镜像地址:http://npm.taobao.org/mirrors/operadriver Selenium 镜像地址:http://npm.taobao.org/mirrors/selenium

    2.4K10编辑于 2022-04-01
  • 来自专栏向前进

    备份的一些小tip

    disturl=https://npm.taobao.org/dist chromedriver_cdnurl=http://cdn.npm.taobao.org/dist/chromedriver operadriver_cdnurl =http://cdn.npm.taobao.org/dist/operadriver phantomjs_cdnurl=http://cdn.npm.taobao.org/dist/phantomjs

    92680发布于 2018-04-16
  • 来自专栏角落的白板报

    NPM 和 Yarn 使用国内淘宝镜像源提升各依赖安装速度

    yarn config set chromedriver_cdnurl https://cdn.npm.taobao.org/dist/chromedriver -g yarn config set operadriver_cdnurl https://cdn.npm.taobao.org/dist/operadriver -g yarn config set fse_binary_host_mirror https://npm.taobao.org

    5.6K30发布于 2020-05-25
  • 【vue、Electron】搭建一个Electron vue项目过程、将前端页面打包成exe 桌面应用

    registry.npmmirror.com/phantomjs chromedriver_cdnurl=https://registry.npmmirror.com/-/binary/chromedriver/ operadriver_cdnurl =https://registry.npmmirror.com/-/binary/operadriver/ electron_mirror=https://registry.npmmirror.com/

    99810编辑于 2025-12-15
  • 来自专栏QA一隅

    Webdriver简介

    支持浏览器 Firefox (FirefoxDriver) IE(InternetExplorerDriver) Opera(OperaDriver) Chrome (ChromeDriver) safari

    1.8K20发布于 2021-08-09
  • 来自专栏python3

    python-selenum3 第二天启

    geckodriver.exe ——火狐 chromdriver.exe——谷歌 MicrosoftWebDriver.exe——Edge(win10的e图标,edge并非是ie) IEDriverServer.exe——IE operadriver.exe

    72210发布于 2020-01-09
  • 来自专栏SpringBoot教程

    Python之Selenium模拟浏览器

    支持通过各种driver(FirfoxDriver,IternetExplorerDriver,OperaDriver,ChromeDriver)驱动 真实浏览器完成测试。

    2K40编辑于 2023-02-16
  • 来自专栏AllTests软件测试

    使用webdriver-manager解决浏览器与驱动不匹配所带来自动化无法执行的问题

    目前支持: ChromeDriver EdgeChromiumDriver GeckoDriver IEDriver OperaDriver 安装: pip install webdriver_manager

    2.8K40编辑于 2023-08-22
  • 来自专栏北京宏哥

    《手把手教你》系列基础篇之(一)-java+ selenium自动化测试-环境搭建(上)(详细教程)

    IEDriverServer.exe Edge MicrosoftWebDriver.msi Firefox 47+ geckodriver(.exe) PhantomJS phantomjs(.exe) Opera operadriver

    3.7K21发布于 2021-06-24
  • 来自专栏云计算与大数据技术

    windows离线安装python3爬虫环境

    webdriver/ edgedriver_win64.zip opera浏览器 https://github.com/operasoftware/operachromiumdriver/releases operadriver_win64

    2.5K20编辑于 2022-01-05
  • 来自专栏全栈程序员必看

    频次最高的38道selenium面试题及答案(上)「建议收藏」

    WebDriver中常见驱动程序有(这部分建议在面试前查阅一下官网,做到实时同步更新): FirefoxDriver InternetExplorerDriver ChromeDriver SafariDriver OperaDriver

    2.4K20编辑于 2022-08-31
  • 来自专栏Python乱炖

    浅谈pyse

    chromium.org/chromedriver/home IEDriverServer(IE): http://selenium-release.storage.googleapis.com/index.html operadriver

    1.3K40发布于 2019-09-23
  • 来自专栏muller的测试分享

    使用 Scrapy + Selenium 爬取动态渲染的页面

    04其他浏览器驱动Opera:http://npm.taobao.org/mirrors/operadriver/IE: http://selenium-release.storage.googleapis.com

    1.9K11编辑于 2022-12-29
  • 来自专栏muller的测试分享

    使用 Scrapy + Selenium 爬取动态渲染的页面

    04 其他浏览器驱动 Opera:http://npm.taobao.org/mirrors/operadriver/ IE: http://selenium-release.storage.googleapis.com

    2.4K11编辑于 2022-06-06
  • 来自专栏python12

    手把手带你做UI自动化测试

    WebDriver 支持Firefox (FirefoxDriver)、IE(InternetExplorerDriver)、Opera(OperaDriver)、Chrome (ChromeDriver

    5.5K10编辑于 2021-12-27
  • 来自专栏AI科技大本营的专栏

    《权力的游戏》最终季上线!谁是你最喜爱的演员?这里有一份Python教程 | 附源码

    创建了自主的网络驱动程序 chromedriver Firefox 团队为 Selenium 创建了自主的网络驱动程序 geckodriver Opera 团队为 Selenium 创建了自主的网络驱动程序 operadriver

    2.1K30发布于 2019-05-06
  • 来自专栏全栈程序员必看

    基于Selenium和ChromeDriver的自动化页面性能测试

    按其应用场景不同可以分为(1)基于HtmlUnit的无界面实现,并非驱动真实浏览器进行测试;(2)模拟真实输入,对多浏览器的支持和测试,包括FirefoxDriver、InternetExplorerDriver、OperaDriver

    3.4K20编辑于 2022-09-17
领券