书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 631 个相关结果.
  • 0. 介绍

    Selenium with Python中文翻译文档 Selenium with Python中文翻译文档 作者: Baiju Muthukadan 翻译: caoruiy , 感谢 yangeren 的参与 授权: This document is licensed under aCreative Commons Attribution-Sha...
  • 9AB WebDriver – 使用动作类

    857 2020-07-09 《Selenium 教程》
    9AB WebDriver – 使用动作类 一些可用的键盘和鼠标方法是 1. click(WebElement target) 2. clickAndHold() 3. doubleClick(WebElement target) 4. dragAndDrop(WebElement src, WebElement dest) 5. dragAndDr...
  • 3、案例一:模拟登陆亚马逊

    案例:模拟登录亚马逊 from selenium import webdriver from selenium . webdriver . common . keys import Keys import time # 创建webdriver browser = webdriver . PhantomJS () ...
  • 9K WebDriver – 定位元素:第 2 部分(按className,linkText,partialLinkText)

    962 2020-07-09 《Selenium 教程》
    9K WebDriver – 定位元素:第 2 部分(按className,linkText,partialLinkText) 按类名称定位 通过linkText定位 通过partialLinkText定位 概览 场景 9K WebDriver – 定位元素:第 2 部分(按className,linkText,partialLinkTex...
  • HOWTO: Chrome带配置项启动

    HOWTO: Chrome带配置项启动 配置方法 使用Option添加配置 常用配置项 常用启动参数 添加扩展 为Selenium自动化配置一套浏览器 直接使用默认用户启动浏览器 使用新增用户启动浏览器 新增用户 使用新增的用户数据文件夹 检查是否能保存浏览数据 如何手动打开新增的用户浏览器 HOWTO: Chrome带配置项...
  • Introduction

    560 2020-09-06 《Dojo v6.0 Tutorial》
    Introduction Basic usage Testing Dojo applications Running specific test suites Writing unit tests Writing functional tests Using assertion templates Introduction Dojo pr...
  • 自动化测试

    自动化测试 使用 WebDriver 接口 使用 WebdriverIO Install the test runner 将 WDIO 连接到 Electron 应用程序 编写测试 运行测试 More documentation 使用 Selenium 运行 ChromeDriver 服务 将 Selenium 连接到 ChromeDriver...
  • 2 为什么要进行自动化测试?

    1947 2020-07-09 《Selenium 教程》
    2 为什么要进行自动化测试? 2 为什么要进行自动化测试? 原文: https://javabeginnerstutorial.com/selenium/2-automated-testing/ 欢迎回到勇士们! 我知道您整天都在测试应用/系统,如果有的话,寻找错误。 从而确保承诺的质量。 此外,您还会听说过“自动测试 ”一词。 让我们看...
  • Introduction

    523 2020-09-06 《Dojo v7.0 Tutorial》
    Introduction Basic usage Testing Dojo applications Running specific test suites Writing unit tests Writing functional tests Using assertions Introduction Dojo provides a ...
  • 更新日志

    更新日志 [v0.4.0] 2020.03.16 [v0.3.2] 2019.12.26 Selenium插件 [v0.3.1] 2019.12.23 Selenium插件重构 [v0.3.0] 2019.12.09 [v0.2.1] 2019.11.17 [v0.2.0] 2019.11.03 [v0.1.0] 2019.10.30 ...