摘要:首先引入appium的webdriver from appium import webdriver 方法1 AppiumDriver实现了在上述功能,代码如下(java版本) driver.sendKeyEvent(66);方法2HashMap keycode = new HashMap();key
阅读全文
摘要:(appium目录不知道可以查看appium运行日志) 修改目录/usr/local/lib/node_modules/appium/node_modules/appium-android-driver/build/lib/下的 android-helpers.js和driver.js文件 andr
阅读全文
摘要:selenium.common.exceptions.WebDriverException: Message: Parameters were incorrect. We wanted {"required":["desiredCapabilities"],"optional":["required
阅读全文
摘要:一、使用Nikto扫描https站点 nikto.pl -output myhost.html -g -ssl -Format HTM -host www.test.com -port 443 二、使用带身份验证的Nikto nikto.pl -output myhost.html -Format
阅读全文
摘要:Charles安装 HTTP抓包 HTTPS抓包 1. Charles安装 官网下载安装Charles:https://www.charlesproxy.com/download/ 2. HTTP抓包 (1)查看电脑IP地址 (2)设置手机HTTP代理 iphone连上wifi,点击“设置->无线局
阅读全文
摘要:容器生命周期管理 • Run OPTIONS说明: • -a :显示所有的容器,包括未运行的。 • -f :根据条件过滤显示的内容。 • --format :指定返回值的模板文件。 • -l :显示最近创建的容器。 • -n :列出最近创建的n个容器。 • --no-trunc :不截断输出。 •
阅读全文
摘要:安装docker Ubuntu Docker 安装 Docker 支持以下的 Ubuntu 版本: Ubuntu Precise 12.04 (LTS) Ubuntu Trusty 14.04 (LTS) Ubuntu Wily 15.10 其他更新的版本…… Ubuntu Precise 12.0
阅读全文