摘要:
阅读全文
摘要:
import java.io.File; import java.io.OutputStream; import java.lang.reflect.Field; import java.util.ArrayList; import org.openqa.selenium.WebElement; import org.openqa.selenium.remote.DesiredCapabili... 阅读全文
摘要:
ppium 1.4.16 版本 测试安卓7.0 提示AppiumSettings、Unlock、AndroidInputManager 安装 修改 C:\Program Files (x86)\Appium\node_modules\appium\lib\devices\android 的Andro 阅读全文
摘要:
做自动化时经常会遇到不兼容的问题,比如以下简单的脚本,主要是打开浏览器,然后最大化窗口,打开百度,输入内容搜索,代码如下: selenium 3.7版本放大浏览器窗口报错如下 报错:Exception in thread "main" org.openqa.selenium.WebDriverExc 阅读全文
摘要:
PING 127.1 -n 5 >nul TIMEOUT /t 10 > nul CALL cmd /k start C:\\Users\\lenovo\\Desktop\\tesst.bat taskkill /F /IM notepad.exe 阅读全文
摘要:
import java.io.IOException; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Timer; import java.util.TimerTask; public class MyTimer { public static void mai... 阅读全文
摘要:
chromedriver地址:http://chromedriver.storage.googleapis.com/index.htmlhttps://npm.taobao.org/mirrors/chromedriver/selenium地址http://selenium-release.stor 阅读全文
摘要:
在java的自动激活触发器里输入:abcdefghijklmnopqrstuvwxyz. 阅读全文
摘要:
An error occurred: No action handlers found - check JMeterHome and libraries An error occurred: No action handlers found - check JMeterHome and librar 阅读全文
摘要:
package wan; class wano { public static void main(String[] args) throws java.lang.Exception { Share sh = new Share(); new Thread(new Producer(sh)).start();//同时启动两个线程 new... 阅读全文