zoukankan      html  css  js  c++  java
  • 一些常用的网址

    python内部框架获取处:
      https://pypi.org/project/openpyxl/

    appium api:
      http://npm.taobao.org/package/appium-android-driver

    pandas:
      https://pandas.pydata.org/pandas-docs/stable/index.html

    py3学习的地方
      https://python3-cookbook.readthedocs.io/zh_CN/latest/copyright.html

    selenium自动化测试资源整理(含所有版本chrome、chromedriver、firefox下载链接):
    1. 所有版本chrome下载
      http://www.slimjet.com/chrome/google-chrome-old-version.php

      http://google_chrome.en.downloadastro.com/old_versions/

      http://filehippo.com/zh/download_google_chrome/

      http://www.chromedownloads.net/

      http://google-chrome.en.uptodown.com/mac/old :Mac的多些,Windows下的很缺,但是有好多其他的软件下载

    chromedriver下载地址:
      http://chromedriver.storage.googleapis.com/index.html

    2. 所有版本firefox下载
      http://ftp.mozilla.org/pub/firefox/releases/

    geckodriver:
      https://github.com/mozilla/geckodriver/releases

    3. 所有版本selenium以及IEDriverServer下载
      http://selenium-release.storage.googleapis.com/index.html

    4.pom.xml里的-java、remote、firefox、chrome、ie等
      http://mvnrepository.com/artifact/org.seleniumhq.selenium

    json通过 *path的方式来解析
      https://pypi.python.org/pypi/jmespath

    python内部框架获取处:
      https://pypi.org/project/openpyxl/

    appium api
      http://npm.taobao.org/package/appium-android-driver

    pandas
      https://pandas.pydata.org/pandas-docs/stable/index.html

     

  • 相关阅读:
    UiPath实践经验总结(二)
    UiPath针对SAP的输入技巧
    UiPath如何实现暂停功能?
    设计模式 设计原则实现高内聚低耦合的编程思想
    SpringBoot整合Swagger自动生成API文档
    ArcGis10.1安装及破解
    EAT表
    IAT表
    PE文件介绍 (2)-DOS头,DOS存根,NT头
    PE文件介绍 (1)
  • 原文地址:https://www.cnblogs.com/xiaodingdong/p/10317360.html
Copyright © 2011-2022 走看看