去掉URL测试中自带HTTP头的问题,未考虑HTTPS链接,全部URL由参数带入
This commit is contained in:
parent
22b0d7be2b
commit
b258699a44
|
@ -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+"】");
|
||||
|
|
Loading…
Reference in New Issue