1. 修改翻页关键字 和相应Case
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
*** Settings ***
|
||||
Force Tags tsg-ui settings Hijack Files
|
||||
Force Tags tsg-ui settings Packet Capture
|
||||
Resource ../../../03-Variable/bifangapivariable.txt
|
||||
Resource ../../../02-Keyword/tsg_ui/setting/Settings.robot
|
||||
Library OperatingSystem
|
||||
@@ -30,6 +30,15 @@ PacketCaptureCreateProtocolAny
|
||||
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]
|
||||
DeletePacketCapture
|
||||
|
||||
PacketCaptureCreateIPInterval
|
||||
[Tag] Positive UI UDP Settings PacketCapture
|
||||
CreatePacketCapture PacketCaptureCreateProtocolUDP IPV4 192.168.50.1-192.168.50.62 Any Almaty 10 10 80 1.1.1.1 8080
|
||||
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[7]/div/div/div/p/span
|
||||
Should Be Equal As Strings ${text} 192.168.50.1-192.168.50.62
|
||||
sleep 1
|
||||
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]
|
||||
DeletePacketCapture
|
||||
|
||||
PacketCaptureEdit
|
||||
[Tag] Positive UI Settings PacketCapture
|
||||
CreatePacketCapture PacketCaptureCreateProtocolUDP IPV4 ${testClentIP} TCP Atyrau 10 10 80 1.1.1.1 8080
|
||||
|
||||
Reference in New Issue
Block a user