去掉URL测试中自带HTTP头的问题,未考虑HTTPS链接,全部URL由参数带入

This commit is contained in:
seagull 2018-01-05 14:18:17 +08:00
parent 22b0d7be2b
commit b258699a44
1 changed files with 0 additions and 1 deletions

View File

@ -273,7 +273,6 @@ public class EncapsulateOperation {
// 处理页面对象操作
switch (operation) {
case "open":
operationValue = "http://"+operationValue;
wd.get(operationValue);
result = "Open页面...【"+operationValue+"";
luckyclient.publicclass.LogUtil.APP.info("Open页面...【"+operationValue+"");