提交代理Deny动作测试用例,修改关键字

This commit is contained in:
byb11
2021-03-18 17:37:54 +08:00
parent 773a3eea55
commit d2e4fd9149
5 changed files with 355 additions and 8 deletions

View File

@@ -742,6 +742,7 @@ Create-Geography
Create-Country
[Arguments] ${Country}
FOR ${i} IN @{Country}
sleep 1
input text xpath=//*[@id="remoteInput"]/div/div/input ${i}
sleep 1
press keys xpath=//*[@id="remoteInput"]/div/div/input ENTER
@@ -753,7 +754,7 @@ Create-City
[Arguments] ${City}
sleep 1
click element id=tab-city
sleep 1
sleep 2
FOR ${i} IN @{City}
input text xpath=//*[@id="remoteInput"]/div/div/input ${i}
sleep 1