This commit is contained in:
lyf
2021-03-09 18:19:21 +08:00
20 changed files with 276 additions and 327 deletions

View File

@@ -1,34 +0,0 @@
*** Settings ***
Force Tags tsg-ui accounts
Resource ../../../02-Keyword/tsg_ui/LoginRestrictions/LoginRestrictions.robot
Library OperatingSystem
*** Test Cases ***
User-Edit-001
#用户修改Login Restrictions 不动原本内容
Login_Restrictions
User-Edit-002
#用户修改Login Restrictions Login Restrictions开启
Login_Restrictions Login-Restrictions=open
User-Edit-003
#用户修改Login Restrictions Login Restrictions关闭
Login_Restrictions Login-Restrictions=close
User-Edit-004
#执行此用例后需要执行User-Edit-005和User-Edit-delete-006以保证下次执行时的环境为正确环境
#用户修改Login Restrictions 其他保持不动新建ip白名单 ipv4最小值和Cidr最小值ipv4最大值和Cidr最大值中间值
${list-ip} Create list 0.0.0.0/0 255.255.255.255/32 199.199.199.199/22 233.233.233.224/32
Login_Restrictions Login-Restrictions=open ip-type=create ip-value=${list-ip}
User-Edit-005
#执行此用例前取药先执行User-Edit-004用例以保证测试数据存在
#用户修改Login Restrictions 其他保持不动修改ip白名单 ipv4最小值和Cidr最小值ipv4最大值和Cidr最大值中间值
${list-ip} Create list 233.233.233.224/32
${list-ip1} Create list 233.233.233.255/32
Login_Restrictions ip-type=edit ip-value=${list-ip} ip-value1=${list-ip1}
User-Edit-delete-006
#执行此用例前需要先执行User-Edit-004用例和User-Edit-005以保证测试数据存在
#用户修改Login Restrictions 其他保持不动修改ip白名单 ipv4最小值和Cidr最小值ipv4最大值和Cidr最大值中间值
${list-ip} Create list 233.233.233.255/32 199.199.199.199/22 255.255.255.255/32 0.0.0.0/0
Login_Restrictions ip-type=delete ip-value=${list-ip}

View File

@@ -1,19 +0,0 @@
*** Settings ***
Force Tags tsg-ui accounts
Resource ../../../02-Keyword/tsg_ui/ldap/Ldappages.robot
Library OperatingSystem
Resource ../../../02-Keyword/tsg_ui/ldap/Ldap.robot
*** Test Cases ***
create-user-001
#界面
#Ui-login
#新建
CreatePage test 192.168.40.130 389 cn=root,dc=bifang,dc=com uid ou=dev,dc=bifang,dc=com 111111
create-user-002
#界面
#Ui-login
#新建
CreatePage lucy 192.168.40.204 389 cn=root,dc=bifang,dc=com ou=People,dc=bifang,dc=com uid 11221

View File

@@ -1,36 +0,0 @@
*** Settings ***
Force Tags tsg-ui audit
Resource ../../../02-Keyword/tsg_ui/mail/Mail.robot
Library OperatingSystem
Resource ../../../02-Keyword/tsg_ui/mail/Mailpages.robot
*** Test Cases ***
create-001
#新建
CreatePage smtp.163.com 465 test_name l1157517579@163.com XEYQVHEMTOBOJSAP
create-002
#新建
CreatePage 192.168.40.204 25 测试 test@mail.test.com test
create-003
#新建
CreatePage 192.168.40.204 25 @*%& test1@mail.test.com @*%&
create-004
#新建
CreatePage 192.168.40.204 25 малый ttest@mail.test.com малый
create-005
#新建
CreatePage 0.0.0.0 0 t test@mail.test.com 1
create-006
#新建
CreatePage 255.255.255.255 65535 tttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt ttest@mail.test.com 111111111111111111111111111111111111111111111111111111111111233

View File

@@ -7,7 +7,7 @@ Resource ../../../03-Variable/PolicyObjectDefault.txt
Resource ../../../02-Keyword/tsg_ui/policy/UIPolicy.robot Resource ../../../02-Keyword/tsg_ui/policy/UIPolicy.robot
*** Test Cases *** *** Test Cases ***
###############################################################VOIP#################################################################
CreateSecuritySIPAllow CreateSecuritySIPAllow
[Tags] Positive UI Security Policies SIP Allow [Tags] Positive UI Security Policies SIP Allow
Comment 新建对象fqdn Comment 新建对象fqdn
@@ -401,4 +401,38 @@ EditSecuritySIPAllowDeleteFilter
Comment 在原Filter上添加条件 Comment 在原Filter上添加条件
UIUpdataPolicies ${EditpolicyInfo} CreateOrDeleteFilterInfo=${CreateOrDeleteFilterInfo} UIUpdataPolicies ${EditpolicyInfo} CreateOrDeleteFilterInfo=${CreateOrDeleteFilterInfo}
PoliciesDelete PoliciesDelete
###############################################################VOIP#################################################################
####################################################每个动作编写一个用例###################################################################
CreateSecurityIntercept
[Tags] Positive UI Security Policies Intercept
CreatePage FQDN single SecurityFQDN keywordtext=*travelgam.com
${ip_name1} create list SecurityVoip_IP
${filter} create list SNI
${SNI} create list SecurityFQDN
${filterInfo} Create Dictionary Filter=${filter} SSLSNIname=${SNI}
${dip1} Create Dictionary Sordtype=Destination Type1=Ip CreateOrSearch=Search ObjectName=${ip_name1}
${destinationAddIpList} Create List ${dip1}
${destinationInfo} Create Dictionary destinationAddIpList=${destinationAddIpList}
${sip} Create Dictionary Sordtype=Source Type1=Ip CreateOrSearch=Search ObjectName=${ip_name1}
${sourceAddIpList} Create List ${sip}
${sourceInfo} Create Dictionary sourceAddIpList=${sourceAddIpList}
${policyInfo} Create Dictionary PolicyType=Security Policy PolicyName=${TEST NAME} PolicyAction=Intercept ApplicationSearch=SSL PolicyLogSession=1 PolicyEnabled=1
UIAddPolicies ${policyInfo} SourceInfo=${sourceInfo} DestinationInfo=${destinationInfo} FilterInfo=${filterInfo}
PoliciesDelete

View File

@@ -10,42 +10,42 @@ CachedIntermediateCertificatesSearchID
[Tags] Positive UI Settings CachedIntermediateCertificates [Tags] Positive UI Settings CachedIntermediateCertificates
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[4] xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[4] xpath
${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div/p/span ${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div/p/span
Sleep 2 sleep ${sleep}
CachedIntermediateCertificatesSearch ${id} //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div/p/span id CachedIntermediateCertificatesSearch ${id} //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div/p/span id
CachedIntermediateCertificatesSearchSourceWebsite CachedIntermediateCertificatesSearchSourceWebsite
[Tags] Positive UI Settings CachedIntermediateCertificates [Tags] Positive UI Settings CachedIntermediateCertificates
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[4] xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[4] xpath
${SourceWebsite} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/div/p/span ${SourceWebsite} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/div/p/span
Sleep 2 sleep ${sleep}
CachedIntermediateCertificatesSearch ${SourceWebsite} //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/div/p/span Source Website CachedIntermediateCertificatesSearch ${SourceWebsite} //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/div/p/span Source Website
CachedIntermediateCertificatesSearchCommonName CachedIntermediateCertificatesSearchCommonName
[Tags] Positive UI Settings CachedIntermediateCertificates [Tags] Positive UI Settings CachedIntermediateCertificates
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[4] xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[4] xpath
${CommonName} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[6]/div/div/div/p/span ${CommonName} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[6]/div/div/div/p/span
Sleep 2 sleep ${sleep}
CachedIntermediateCertificatesSearch ${CommonName} //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[6]/div/div/div/p/span CommonName CachedIntermediateCertificatesSearch ${CommonName} //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[6]/div/div/div/p/span CommonName
CachedIntermediateCertificatesSearchIssuer CachedIntermediateCertificatesSearchIssuer
[Tags] Positive UI Settings CachedIntermediateCertificates [Tags] Positive UI Settings CachedIntermediateCertificates
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[4] xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[4] xpath
${Issuer} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/p/span ${Issuer} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/p/span
Sleep 2 sleep ${sleep}
CachedIntermediateCertificatesSearch ${Issuer} //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/p/span Issuer CachedIntermediateCertificatesSearch ${Issuer} //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/p/span Issuer
CachedIntermediateCertificatesSearchCertificateFingerprint CachedIntermediateCertificatesSearchCertificateFingerprint
[Tags] Positive UI Settings CachedIntermediateCertificates [Tags] Positive UI Settings CachedIntermediateCertificates
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[4] xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[4] xpath
${CertificateFingerprint} get text //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[9]/div/div/div/p/span ${CertificateFingerprint} get text //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[9]/div/div/div/p/span
Sleep 2 sleep ${sleep}
CachedIntermediateCertificatesSearch ${CertificateFingerprint} //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[9]/div/div/div/p/span CertificateFingerprint CachedIntermediateCertificatesSearch ${CertificateFingerprint} //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[9]/div/div/div/p/span CertificateFingerprint
CachedIntermediateCertificatesDownLoad CachedIntermediateCertificatesDownLoad
[Tags] Positive UI Settings CachedIntermediateCertificates [Tags] Positive UI Settings CachedIntermediateCertificates
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[4] xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[4] xpath
Settings-Search 421 id Settings-Search 421 id
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[8]/div/div/div/p/i click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[8]/div/div/div/p/i
sleep ${sleep} sleep ${sleep}
should exist ${DownLoadPath}78005c5a-33b9-43b1-80ad-0a542c62b9da.pem should exist ${DownLoadPath}78005c5a-33b9-43b1-80ad-0a542c62b9da.pem
@@ -110,7 +110,7 @@ CachedIntermediateCertificatesImportExpiredCertificate #导入过期证书
Login root *#00#QAZxsw@edc Login root *#00#QAZxsw@edc
Write cd /home/byb/ Write cd /home/byb/
Write ./1111.sh Write ./1111.sh
sleep 2 sleep ${sleep}
${text2} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div/p/span ${text2} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div/p/span
Should Be Equal As Strings ${text1} ${text2} Should Be Equal As Strings ${text1} ${text2}
@@ -123,7 +123,7 @@ CachedIntermediateCertificatesSynchronizeVerification #验证修改证书状
Open Connection 192.168.44.71 port=22 Open Connection 192.168.44.71 port=22
Login root Xxg-PUB<>90 Login root Xxg-PUB<>90
${Results} Execute Command redis-cli -h 192.168.44.71 -p 7002 keys EFF*PXY_EXCH_INTERMEDIA_CERT,1 ${Results} Execute Command redis-cli -h 192.168.44.71 -p 7002 keys EFF*PXY_EXCH_INTERMEDIA_CERT,1
sleep 1 sleep ${sleep_min}
Should Not Be Equal ${Results} EFFECTIVE_RULE:PXY_EXCH_INTERMEDIA_CERT,1 Should Not Be Equal ${Results} EFFECTIVE_RULE:PXY_EXCH_INTERMEDIA_CERT,1
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[10]/div/div/div/span click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[10]/div/div/div/span

View File

@@ -127,9 +127,9 @@ DecryptionKeyringsDownload
[Tags] Positive UI Settings DecryptionKeyrings [Tags] Positive UI Settings DecryptionKeyrings
CreateDecryptionKeyrings lyf-RF-test-001 ${path}keyrings//root//ca-cer.pem ${path}keyrings//root//ca.key 2 id=certificateType_select0 id=keyringsadd_publicKeyAlgoSelet1 name CreateDecryptionKeyrings lyf-RF-test-001 ${path}keyrings//root//ca-cer.pem ${path}keyrings//root//ca.key 2 id=certificateType_select0 id=keyringsadd_publicKeyAlgoSelet1 name
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[4]/div/div/div/p/i click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[4]/div/div/div/p/i
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[5]/div/div/div/p/i click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[5]/div/div/div/p/i
sleep 2 sleep ${sleep}
DownLoadFile ${path}keyrings//root//ca-cer.pem ${DownLoadPath}ca-cer.pem DownLoadFile ${path}keyrings//root//ca-cer.pem ${DownLoadPath}ca-cer.pem
DownLoadFile ${path}keyrings//root//ca.keym ${DownLoadPath}ca.keym DownLoadFile ${path}keyrings//root//ca.keym ${DownLoadPath}ca.keym
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
@@ -265,9 +265,9 @@ DecryptionKeyringsNullName
[Tags] Negtive UI Settings DecryptionKeyrings [Tags] Negtive UI Settings DecryptionKeyrings
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[2] xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[2] xpath
click id=app_create click id=app_create
sleep 1 sleep ${sleep_min}
click id=keyringsadd_sub click id=keyringsadd_sub
sleep 1 sleep ${sleep_min}
${text1} Get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[1]/div/div[3] ${text1} Get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[1]/div/div[3]
${text2} Get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[6]/div/div[2] ${text2} Get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[6]/div/div[2]
${text3} Get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[7]/div/div[2] ${text3} Get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[7]/div/div[2]
@@ -279,17 +279,17 @@ DecryptionKeyringsMaxSizeHSM
[Tags] Negtive UI Settings DecryptionKeyrings [Tags] Negtive UI Settings DecryptionKeyrings
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[2] xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[2] xpath
click id=app_create click id=app_create
sleep 1 sleep ${sleep_min}
input id=keyringsadd_name DecryptionKeyringsMaxSizeHSM input id=keyringsadd_name DecryptionKeyringsMaxSizeHSM
sleep 1 sleep ${sleep_min}
Choose File xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[2]/div/div/div/input ${path}keyrings//end-entity//caentity.chain.pem Choose File xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[2]/div/div/div/input ${path}keyrings//end-entity//caentity.chain.pem
Sleep 2 sleep ${sleep}
click id=privateHSM click id=privateHSM
sleep 1 sleep ${sleep_min}
input id=keyringsadd_slotid 2147483648 input id=keyringsadd_slotid 2147483648
sleep 2 sleep ${sleep}
click id=keyringsadd_sub click id=keyringsadd_sub
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[4]/div/div[2] ${text} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[4]/div/div[2]
Should Be Equal As Strings ${text} The maximum value of 2147483647 has been exceeded. Should Be Equal As Strings ${text} The maximum value of 2147483647 has been exceeded.
@@ -297,21 +297,21 @@ DecryptionKeyringsMaxSizeCustomized
[Tags] Negtive UI Settings DecryptionKeyrings [Tags] Negtive UI Settings DecryptionKeyrings
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[2] xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[2] xpath
click id=app_create click id=app_create
sleep 1 sleep ${sleep_min}
input id=keyringsadd_name DecryptionKeyringsMaxSizeCustomized input id=keyringsadd_name DecryptionKeyringsMaxSizeCustomized
sleep 1 sleep ${sleep_min}
Choose File xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[2]/div/div/div/input ${path}keyrings//end-entity//caentity.chain.pem Choose File xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[2]/div/div/div/input ${path}keyrings//end-entity//caentity.chain.pem
Sleep 2 sleep ${sleep}
click id=privateHSM click id=privateHSM
sleep 1 sleep ${sleep_min}
input id=keyringsadd_slotid 21474836 input id=keyringsadd_slotid 21474836
sleep 2 sleep ${sleep}
click id=keyringsadd_customized click id=keyringsadd_customized
sleep 1 sleep ${sleep_min}
input id=reissueExpiryDate 2147483648 input id=reissueExpiryDate 2147483648
sleep 1 sleep ${sleep_min}
click id=keyringsadd_sub click id=keyringsadd_sub
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[5]/div/div[2] ${text} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[5]/div/div[2]
Should Be Equal As Strings ${text} The maximum value of 2147483647 has been exceeded. Should Be Equal As Strings ${text} The maximum value of 2147483647 has been exceeded.

View File

@@ -29,9 +29,9 @@ DercryptionProfileOpen1
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=1 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0 ${dict1} Create Dictionary Common Name=1 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
@@ -47,9 +47,9 @@ DercryptionProfileOpen2
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=0 Expiry Date=0 EV Certificat=0 ${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
@@ -65,9 +65,9 @@ DercryptionProfileOpen3
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=0 EV Certificat=0 ${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
@@ -83,9 +83,9 @@ DercryptionProfileOpen4
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=0 ${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
@@ -101,9 +101,9 @@ DercryptionProfileOpen5
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1 ${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
@@ -119,9 +119,9 @@ DercryptionProfileOpen6
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1 ${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=1 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
@@ -138,9 +138,9 @@ DercryptionProfileOpen7
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1 ${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
@@ -157,9 +157,9 @@ DercryptionProfileOpen8
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1 ${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
@@ -176,9 +176,9 @@ DercryptionProfileOpen9
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1 ${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
@@ -195,9 +195,9 @@ DercryptionProfileOpen10
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1 ${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=0 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
@@ -214,9 +214,9 @@ DercryptionProfileOpen11
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1 ${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=0 ... Allow HTTP/2=0
@@ -233,9 +233,9 @@ DercryptionProfileOpen12
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0 ... Allow HTTP/2=0
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1 ${dict1} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
@@ -253,9 +253,9 @@ DercryptionProfileClose1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=0 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1 ${dict1} Create Dictionary Common Name=0 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
@@ -271,9 +271,9 @@ DercryptionProfileClose2
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=1 Expiry Date=1 EV Certificat=1 ${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=1 Expiry Date=1 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
@@ -289,9 +289,9 @@ DercryptionProfileClose3
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=1 EV Certificat=1 ${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=1 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
@@ -307,9 +307,9 @@ DercryptionProfileClose4
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=1 ${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
@@ -325,9 +325,9 @@ DercryptionProfileClose5
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0 ${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
@@ -343,9 +343,9 @@ DercryptionProfileClose5
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0 ${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=0 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
@@ -362,9 +362,9 @@ DercryptionProfileClose5
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0 ${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
@@ -381,9 +381,9 @@ DercryptionProfileClose5
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0 ${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
@@ -400,9 +400,9 @@ DercryptionProfileClose5
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0 ${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
@@ -419,9 +419,9 @@ DercryptionProfileClose5
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0 ${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=1 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
@@ -438,9 +438,9 @@ DercryptionProfileClose5
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0 ${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=1 ... Allow HTTP/2=1
@@ -457,9 +457,9 @@ DercryptionProfileClose5
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1 ... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1 ... Allow HTTP/2=1
CreateDecryptionProfile DercryptionProfile name ${dict} CreateDecryptionProfile DercryptionProfile name ${dict}
Sleep 1 sleep ${sleep_min}
${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span ${id} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
sleep 1 sleep ${sleep_min}
${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0 ${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Allow HTTP/2=0 ... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Allow HTTP/2=0
... Mirror Client Versions=0 ... Mirror Client Versions=0
@@ -562,49 +562,49 @@ DecryptionProfileNullname
[Tags] Negtive UI Settings DecryptionProfile [Tags] Negtive UI Settings DecryptionProfile
OpenPages sidebarProxy_Profiles Three-levelMenu=profilesTabs_Profile_DecryptionProfile OpenPages sidebarProxy_Profiles Three-levelMenu=profilesTabs_Profile_DecryptionProfile
click id=insertAdd click id=insertAdd
sleep 1 sleep ${sleep_min}
click id=decryption-ok click id=decryption-ok
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[1]/div/div[3] ${text} get text xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[1]/div/div[3]
Should Be Equal As Strings ${text} Please enter the content Should Be Equal As Strings ${text} Please enter the content
DercryptionProfileVersionLessTLSv1.2 DercryptionProfileVersionLessTLSv1.2
[Tags] Negtive UI Settings DecryptionProfile [Tags] Negtive UI Settings DecryptionProfile
OpenPages sidebarProxy_Profiles Three-levelMenu=profilesTabs_Profile_DecryptionProfile OpenPages sidebarProxy_Profiles Three-levelMenu=profilesTabs_Profile_DecryptionProfile
Sleep 1 sleep ${sleep_min}
click id=insertAdd click id=insertAdd
sleep 1 sleep ${sleep_min}
input id=insert_profileName DercryptionProfileVersionLessTLSv1.2 input id=decrytion_profileName1 DercryptionProfileVersionLessTLSv1.2
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[7]/div[1]/div/div/span click xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[7]/div[1]/div/div/span
Sleep 1 sleep ${sleep_min}
click xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[last()]/div[2]/div/div/div/span/span/i click xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[last()]/div[2]/div/div/div/span/span/i
sleep 1 sleep ${sleep_min}
click id=pro_min2 click id=pro_min2
sleep 1 sleep ${sleep_min}
click id=decryption-ok click id=decryption-ok
${test} get text xpath=/html/body/div[last()]/p ${test} get text xpath=/html/body/div[last()]/p
sleep 2 sleep ${sleep}
Should Be Equal As Strings ${test} HTTP/2 MUST use TLS version 1.2 or higher. Should Be Equal As Strings ${test} HTTP/2 MUST use TLS version 1.2 or higher.
DercryptionProfileVersionError DercryptionProfileVersionError
[Tags] Negtive UI Settings DecryptionProfile [Tags] Negtive UI Settings DecryptionProfile
OpenPages sidebarProxy_Profiles Three-levelMenu=profilesTabs_Profile_DecryptionProfile OpenPages sidebarProxy_Profiles Three-levelMenu=profilesTabs_Profile_DecryptionProfile
Sleep 1 sleep ${sleep_min}
click id=insertAdd click id=insertAdd
sleep 1 sleep ${sleep_min}
input id=insert_profileName DercryptionProfileVersionError input id=decrytion_profileName1 DercryptionProfileVersionError
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[7]/div[1]/div/div/span click xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[7]/div[1]/div/div/span
Sleep 1 sleep ${sleep_min}
click xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[7]/div[4]/div/div/span click xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[7]/div[4]/div/div/span
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[7]/div[3]/div/div/div/span/span/i click xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[7]/div[3]/div/div/div/span/span/i
sleep 1 sleep ${sleep_min}
click id=pro_max0 click id=pro_max0
sleep 1 sleep ${sleep_min}
click id=decryption-ok click id=decryption-ok
sleep 2 sleep ${sleep}
${test} get text xpath=/html/body/div[last()]/p ${test} get text xpath=/html/body/div[last()]/p
Should Be Equal As Strings ${test} In Protocol version , min version can't greater than max version Should Be Equal As Strings ${test} In Protocol version , min version can't greater than max version

View File

@@ -156,9 +156,9 @@ HijackFilesUploadExceed20MFile
[Tags] Negtive html Settings HijackFile [Tags] Negtive html Settings HijackFile
OpenPages sidebarProxy_Profiles Three-levelMenu=profilesTabs_Profile_HijackFiles OpenPages sidebarProxy_Profiles Three-levelMenu=profilesTabs_Profile_HijackFiles
click id=hijackAdd click id=hijackAdd
sleep 1 sleep ${sleep_min}
Choose File xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[2]/form/div[2]/div/div/div[1]/input ${path}hijack_files/Exceed20MFile.html Choose File xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[2]/form/div[2]/div/div/div[1]/input ${path}hijack_files/Exceed20MFile.html
sleep 1 sleep ${sleep_min}
${text} get text xpath=/html/body/div[last()]/p ${text} get text xpath=/html/body/div[last()]/p
Should Be Equal As Strings ${text} File size upload limit is 20MB Should Be Equal As Strings ${text} File size upload limit is 20MB
@@ -174,9 +174,9 @@ HijackFilesCreateNullName
[Tags] Negtive UI Settings HijackFile [Tags] Negtive UI Settings HijackFile
OpenPages sidebarProxy_Profiles profilesTabs_Profile_HijackFiles OpenPages sidebarProxy_Profiles profilesTabs_Profile_HijackFiles
click id=hijackAdd click id=hijackAdd
Sleep 2 sleep ${sleep}
click id=hijackAddOk1 click id=hijackAddOk1
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[2]/form/div[1]/div/div[3] ${text} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[2]/form/div[1]/div/div[3]
${text1} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[2]/form/div[4]/div/div[2] ${text1} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[2]/form/div[4]/div/div[2]
Should Be Equal As Strings ${text} Please enter the content Should Be Equal As Strings ${text} Please enter the content

View File

@@ -48,7 +48,7 @@ IPLibrariesSearchGeoName
CreateIpLibraries Geo Name Country Africa ${a} ${a} ${iplist} j=2 Country=L${a} Longitude=1 Latitude=2 CreateIpLibraries Geo Name Country Africa ${a} ${a} ${iplist} j=2 Country=L${a} Longitude=1 Latitude=2
OpenPages sidebarAdvanced Advanced/ipLibrary OpenPages sidebarAdvanced Advanced/ipLibrary
Settings-Search ${a} GeoName Settings-Search ${a} GeoName
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div ${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div
Should Be Equal As Strings ${text} ${a} Should Be Equal As Strings ${text} ${a}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr
@@ -61,7 +61,7 @@ IPLibrariesSearchCountryandRegion
CreateIpLibraries Geo Name Country Africa ${a} ${a} ${iplist} j=2 Country=${a} Longitude=1 Latitude=2 CreateIpLibraries Geo Name Country Africa ${a} ${a} ${iplist} j=2 Country=${a} Longitude=1 Latitude=2
OpenPages sidebarAdvanced Advanced/ipLibrary OpenPages sidebarAdvanced Advanced/ipLibrary
Settings-Search ${a} CountryandRegion Settings-Search ${a} CountryandRegion
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div ${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div
Should Be Equal As Strings ${text} ${a} Should Be Equal As Strings ${text} ${a}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr
@@ -74,7 +74,7 @@ IPLibrariesSearchCity
CreateIpLibraries Geo Name Country Africa ${a} ${a} ${iplist} j=2 Country=${a} Longitude=1 Latitude=2 CreateIpLibraries Geo Name Country Africa ${a} ${a} ${iplist} j=2 Country=${a} Longitude=1 Latitude=2
OpenPages sidebarAdvanced Advanced/ipLibrary OpenPages sidebarAdvanced Advanced/ipLibrary
Settings-Search ${a} City Settings-Search ${a} City
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[4]/div/div/div ${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[4]/div/div/div
Should Be Equal As Strings ${text} ${a} Should Be Equal As Strings ${text} ${a}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr
@@ -87,16 +87,16 @@ IPLibrariesClickAll
CreateIpLibraries Geo Name Country Africa ${a} ${a} ${iplist} j=2 Country=${a} Longitude=180 Latitude=90 CreateIpLibraries Geo Name Country Africa ${a} ${a} ${iplist} j=2 Country=${a} Longitude=180 Latitude=90
OpenPages sidebarAdvanced Advanced/ipLibrary OpenPages sidebarAdvanced Advanced/ipLibrary
click xpath=//*[@id="IPLibraryAll0"]/span click xpath=//*[@id="IPLibraryAll0"]/span
sleep 1 sleep ${sleep_min}
Settings-Search 5898240 GeoName Settings-Search 5898240 GeoName
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div ${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div
Should Be Equal As Strings ${text} 5898240 Should Be Equal As Strings ${text} 5898240
OpenPages sidebarAdvanced Advanced/ipLibrary OpenPages sidebarAdvanced Advanced/ipLibrary
click xpath=//*[@id="IPLibraryAll0"]/span click xpath=//*[@id="IPLibraryAll0"]/span
sleep 1 sleep ${sleep_min}
Settings-Search ${a} GeoName Settings-Search ${a} GeoName
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div ${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div
Should Be Equal As Strings ${text} ${a} Should Be Equal As Strings ${text} ${a}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr
@@ -109,14 +109,14 @@ IPLibrariesClickBuilt-in
CreateIpLibraries Geo Name Country Africa ${a} ${a} ${iplist} j=2 Country=${a} Longitude=180 Latitude=90 CreateIpLibraries Geo Name Country Africa ${a} ${a} ${iplist} j=2 Country=${a} Longitude=180 Latitude=90
OpenPages sidebarAdvanced Advanced/ipLibrary OpenPages sidebarAdvanced Advanced/ipLibrary
click xpath=//*[@id="IPLibraryAll1"]/span click xpath=//*[@id="IPLibraryAll1"]/span
sleep 1 sleep ${sleep_min}
Settings-Search ${a} GeoName Settings-Search ${a} GeoName
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/div/span ${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/div/span
Should Be Equal As Strings ${text} No Data Should Be Equal As Strings ${text} No Data
OpenPages sidebarAdvanced Advanced/ipLibrary OpenPages sidebarAdvanced Advanced/ipLibrary
Settings-Search ${a} GeoName Settings-Search ${a} GeoName
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr
DeleteIPLibraries DeleteIPLibraries
@@ -124,9 +124,9 @@ IPLibrariesClickImported
[Tags] Positive UI Settings IPLibraries [Tags] Positive UI Settings IPLibraries
OpenPages sidebarAdvanced Advanced/ipLibrary OpenPages sidebarAdvanced Advanced/ipLibrary
click xpath=//*[@id="IPLibraryAll2"]/span click xpath=//*[@id="IPLibraryAll2"]/span
sleep 1 sleep ${sleep_min}
Settings-Search 5898240 GeoName Settings-Search 5898240 GeoName
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/div/span ${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/div/span
Should Be Equal As Strings ${text} No Data Should Be Equal As Strings ${text} No Data
@@ -136,16 +136,16 @@ IPLibrariesSearchIP
${a}= RandomNumber ${a}= RandomNumber
CreateIpLibraries Geo Name Country Africa ${a} ${a} ${iplist} j=2 Country=${a} Longitude=180 Latitude=90 CreateIpLibraries Geo Name Country Africa ${a} ${a} ${iplist} j=2 Country=${a} Longitude=180 Latitude=90
click id=tagEdit click id=tagEdit
sleep 2 sleep ${sleep}
input id=IPseach 1.1.1.1 input id=IPseach 1.1.1.1
sleep 1 sleep ${sleep_min}
press keys id=IPseach ENTER press keys id=IPseach ENTER
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[3]/form/div[3]/div/div[2]/div[2]/ul/li/div/form/div/div/div ${text} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[3]/form/div[3]/div/div[2]/div[2]/ul/li/div/form/div/div/div
Should Be Equal As Strings ${text} 1.1.1.1-2.2.2.2 Should Be Equal As Strings ${text} 1.1.1.1-2.2.2.2
OpenPages sidebarAdvanced Advanced/ipLibrary OpenPages sidebarAdvanced Advanced/ipLibrary
Settings-Search ${a} GeoName Settings-Search ${a} GeoName
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr
DeleteIPLibraries DeleteIPLibraries
@@ -170,7 +170,8 @@ IPLibrariesCreateGeoNameIDMaxSize
IPLibrariesCreateCountryandRegionAndCityMaxSize IPLibrariesCreateCountryandRegionAndCityMaxSize
[Tags] Boundary UI Settings IPLibraries [Tags] Boundary UI Settings IPLibraries
${iplist} create list 10.1.1.1-20.1.1.1 20.1.1.1-30.1.1.1 ${iplist} create list 10.1.1.1-20.1.1.1 20.1.1.1-30.1.1.1
CreateIpLibraries Geo Name Country Africa 548459 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 ${iplist} j=2 Country=11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 Longitude=1 Latitude=2 ${a}= RandomNumber
CreateIpLibraries Geo Name Country Africa ${a} 1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111${a} ${iplist} j=2 Country=1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111${a} Longitude=1 Latitude=2
DeleteIPLibraries DeleteIPLibraries
IPLibrariesCreateLongitudeAndLatitudeMaxSize IPLibrariesCreateLongitudeAndLatitudeMaxSize
@@ -185,7 +186,7 @@ IPLibrariesGeoNameIDRepeat
CreateIpLibraries Geo Name Country Africa 548464 548464 ${iplist} j=2 Country=5484888 Longitude=180 Latitude=90 CreateIpLibraries Geo Name Country Africa 548464 548464 ${iplist} j=2 Country=5484888 Longitude=180 Latitude=90
CreateIpLibrariesErrorVerification Geo Name Country Africa 548464 548464 ${iplist} //*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[3]/form/div[3]/div/div[3] Geo Name already exists j=2 Country=548464 Longitude=180 Latitude=90 CreateIpLibrariesErrorVerification Geo Name Country Africa 548464 548464 ${iplist} //*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[3]/form/div[3]/div/div[3] Geo Name already exists j=2 Country=548464 Longitude=180 Latitude=90
click id=IP_library_cancel click id=IP_library_cancel
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1] click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]
DeleteIPLibraries DeleteIPLibraries

View File

@@ -97,9 +97,9 @@ InsertScriptsUploadExceed20MFile
[Tags] Negtive UI File Settings InsertScript [Tags] Negtive UI File Settings InsertScript
OpenPages sidebarProxy_Profiles Three-levelMenu=profilesTabs_Profile_Insert OpenPages sidebarProxy_Profiles Three-levelMenu=profilesTabs_Profile_Insert
click id=insertAdd click id=insertAdd
sleep 1 sleep ${sleep_min}
Choose File xpath=//*[@id="insertAddUpload"]/div[1]/input ${path}insert_files\\Exceed20MFile.css Choose File xpath=//*[@id="insertAddUpload"]/div[1]/input ${path}insert_files\\Exceed20MFile.css
sleep 1 sleep ${sleep_min}
${text} get text xpath=/html/body/div[last()]/p ${text} get text xpath=/html/body/div[last()]/p
Should Be Equal As Strings ${text} File size upload limit is 20MB Should Be Equal As Strings ${text} File size upload limit is 20MB
@@ -111,9 +111,9 @@ InsertScritsCreateNullName
[Tags] Negtive UI Settings InsertScrit [Tags] Negtive UI Settings InsertScrit
OpenPages sidebarProxy_Profiles profilesTabs_Profile_Insert OpenPages sidebarProxy_Profiles profilesTabs_Profile_Insert
click id=insertAdd click id=insertAdd
Sleep 2 sleep ${sleep}
click id=insertAddOk1 click id=insertAddOk1
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[1]/div/div[3] ${text} get text xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[1]/div/div[3]
${text1} get text xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[3]/div/div[2] ${text1} get text xpath=//*[@id="policy_Manipulation_create8"]/div[2]/form/div[3]/div/div[2]
Should Be Equal As Strings ${text} Please enter the content Should Be Equal As Strings ${text} Please enter the content

View File

@@ -35,7 +35,7 @@ PacketCaptureCreateIPInterval
CreatePacketCapture PacketCaptureCreateProtocolUDP IPV4 192.168.50.1-192.168.50.62 Any Almaty 10 10 80 1.1.1.1 8080 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 ${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 Should Be Equal As Strings ${text} 192.168.50.1-192.168.50.62
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1] click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]
DeletePacketCapture DeletePacketCapture
@@ -53,7 +53,7 @@ PacketCaptureSearchID
${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div ${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div
OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert
Settings-Search ${id} id Settings-Search ${id} id
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div ${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div
Should Be Equal As Strings ${id} ${text} Should Be Equal As Strings ${id} ${text}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1] click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]
@@ -64,7 +64,7 @@ PacketCaptureSearchName
CreatePacketCapture PacketCaptureSearchName IPV4 ${testClentIP} TCP Kostanay 10 10 80 1.1.1.1 8080 CreatePacketCapture PacketCaptureSearchName IPV4 ${testClentIP} TCP Kostanay 10 10 80 1.1.1.1 8080
OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert
Settings-Search PacketCaptureSearchName name Settings-Search PacketCaptureSearchName name
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[4]/div/div/div ${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[4]/div/div/div
Should Be Equal As Strings PacketCaptureSearchName ${text} Should Be Equal As Strings PacketCaptureSearchName ${text}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1] click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]
@@ -75,7 +75,7 @@ PacketCaptureSearchIP
CreatePacketCapture PacketCaptureSearchName IPV4 ${testClentIP} TCP Kostanay 10 10 80 1.1.1.1 8080 CreatePacketCapture PacketCaptureSearchName IPV4 ${testClentIP} TCP Kostanay 10 10 80 1.1.1.1 8080
OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert
Settings-Search ${testClentIP} ip Settings-Search ${testClentIP} ip
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[7]/div/div/div ${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[7]/div/div/div
Should Be Equal As Strings ${testClentIP} ${text} Should Be Equal As Strings ${testClentIP} ${text}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1] click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]
@@ -86,7 +86,7 @@ PacketCaptureSearchPort
CreatePacketCapture PacketCaptureSearchName IPV4 ${testClentIP} TCP Kostanay 10 10 80 1.1.1.1 8080 CreatePacketCapture PacketCaptureSearchName IPV4 ${testClentIP} TCP Kostanay 10 10 80 1.1.1.1 8080
OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert
Settings-Search 80 port Settings-Search 80 port
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[8]/div/div/div ${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[8]/div/div/div
Should Be Equal As Strings 80-80 ${text} Should Be Equal As Strings 80-80 ${text}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1] click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]
@@ -97,7 +97,7 @@ PacketCaptureSearchisValid_Effective
CreatePacketCapture PacketCaptureSearchName IPV4 ${testClentIP} TCP Kostanay 10 10 80 1.1.1.1 8080 CreatePacketCapture PacketCaptureSearchName IPV4 ${testClentIP} TCP Kostanay 10 10 80 1.1.1.1 8080
OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert
PacketCaptureSerch Effective PacketCaptureSerch Effective
sleep 1 sleep ${sleep_min}
${text} Get Element Attribute xpath=/html/body/div[1]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/div/span/i[2] style ${text} Get Element Attribute xpath=/html/body/div[1]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/div/span/i[2] style
Should Be Equal As Strings color: rgb(232, 123, 108); font-size: 16px; ${text} Should Be Equal As Strings color: rgb(232, 123, 108); font-size: 16px; ${text}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1] click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]
@@ -107,7 +107,7 @@ PacketCaptureSearchisValid_Invalid
[Tag] Positive UI Settings PacketCapture [Tag] Positive UI Settings PacketCapture
OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert
PacketCaptureSerch Invalid PacketCaptureSerch Invalid
sleep 1 sleep ${sleep_min}
${text} Get Element Attribute xpath=/html/body/div[1]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/div/span/i[1] style ${text} Get Element Attribute xpath=/html/body/div[1]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/div/span/i[1] style
Should Be Equal As Strings font-size: 16px; color: rgb(50, 115, 156); ${text} Should Be Equal As Strings font-size: 16px; color: rgb(50, 115, 156); ${text}
@@ -127,9 +127,9 @@ PacketCaptureDeletePacket
click xpath=/html/body/div[1]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/div/span click xpath=/html/body/div[1]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/div/span
sleep 3 sleep 3
click id=packetList_del click id=packetList_del
sleep 1 sleep ${sleep_min}
click xpath=/html/body/div/div/div[3]/button[2] click xpath=/html/body/div/div/div[3]/button[2]
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[2]/td/div/div[2] ${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[2]/td/div/div[2]
Should Be Equal As Strings ${text} No Data Should Be Equal As Strings ${text} No Data
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1] click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]
@@ -181,9 +181,9 @@ PacketCaptureCreateALLNull
[Tag] Negtive UI Settings PacketCapture [Tag] Negtive UI Settings PacketCapture
OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert
click id=packet_create click id=packet_create
sleep 1 sleep ${sleep_min}
click id=packetCaptureAdd_ok click id=packetCaptureAdd_ok
sleep 1 sleep ${sleep_min}
${text1} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[1]/div/div[3] ${text1} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[1]/div/div[3]
${text2} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[9]/div/div[2] ${text2} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[9]/div/div[2]
${text3} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[10]/div/div[2] ${text3} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[10]/div/div[2]
@@ -195,11 +195,11 @@ PacketCaptureCreateIPFormat
[Tag] Negtive UI Settings PacketCapture [Tag] Negtive UI Settings PacketCapture
OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert
click id=packet_create click id=packet_create
sleep 1 sleep ${sleep_min}
input id=PacketCaptureadd_cliIp fe80::3cf8:a41c:122a:b3 input id=PacketCaptureadd_cliIp fe80::3cf8:a41c:122a:b3
sleep 1 sleep ${sleep_min}
click id=packetCaptureAdd_ok click id=packetCaptureAdd_ok
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[3]/div/div[2] ${text} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[3]/div/div[2]
Should Be Equal As Strings ${text} IP format error Should Be Equal As Strings ${text} IP format error
@@ -207,11 +207,11 @@ PacketCaptureCreatePortFormatError
[Tag] Negtive UI Settings PacketCapture [Tag] Negtive UI Settings PacketCapture
OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert
click id=packet_create click id=packet_create
sleep 1 sleep ${sleep_min}
input id=PacketCaptureadd_cliPort 0 input id=PacketCaptureadd_cliPort 0
input id=PacketCaptureadd_serPort 65536 input id=PacketCaptureadd_serPort 65536
click id=packetCaptureAdd_ok click id=packetCaptureAdd_ok
sleep 1 sleep ${sleep_min}
${text1} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[4]/div/div[2] ${text1} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[4]/div/div[2]
${text2} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[6]/div/div[2] ${text2} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[6]/div/div[2]
Should Be Equal As Strings ${text1} Port format error Should Be Equal As Strings ${text1} Port format error
@@ -221,15 +221,15 @@ PacketCaptureCreateTwoEffectiveDeviceso
[Tag] Negtive UI Settings PacketCapture [Tag] Negtive UI Settings PacketCapture
OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert
click id=packet_create click id=packet_create
sleep 1 sleep ${sleep_min}
click id=PacketCaptureadd_EDevice click id=PacketCaptureadd_EDevice
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="policy_Manipulation_create4"]/div/div[2]/div/div/div/div[1]/div/div/div[1]/div[1]/label/span/span click xpath=//*[@id="policy_Manipulation_create4"]/div/div[2]/div/div/div/div[1]/div/div/div[1]/div[1]/label/span/span
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="policy_Manipulation_create4"]/div/div[2]/div/div/div/div[1]/div/div/div[2]/div[1]/label/span/span click xpath=//*[@id="policy_Manipulation_create4"]/div/div[2]/div/div/div/div[1]/div/div/div[2]/div[1]/label/span/span
sleep 1 sleep ${sleep_min}
click id=proxyManipulationConditionsAreaSuccess click id=proxyManipulationConditionsAreaSuccess
sleep 1 sleep ${sleep_min}
${text} get text xpath=/html/body/div[last()]/p ${text} get text xpath=/html/body/div[last()]/p
click id=proxyManipulationConditionsAreaCancel click id=proxyManipulationConditionsAreaCancel
Should Be Equal As Strings ${text} Only one valid device can be selected Should Be Equal As Strings ${text} Only one valid device can be selected
@@ -238,10 +238,10 @@ PacketCaptureCreateCapturedNumberFormatError
[Tag] Negtive UI Settings PacketCapture [Tag] Negtive UI Settings PacketCapture
OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert
click id=packet_create click id=packet_create
sleep 1 sleep ${sleep_min}
input id=PacketCaptureadd_MaxPacketCapNum 0 input id=PacketCaptureadd_MaxPacketCapNum 0
click id=PacketCaptureadd_cliPort click id=PacketCaptureadd_cliPort
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[9]/div/div[2] ${text} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[9]/div/div[2]
Should Be Equal As Strings ${text} maxPacket should be greater than 0 and less than 100000 Should Be Equal As Strings ${text} maxPacket should be greater than 0 and less than 100000
@@ -249,9 +249,9 @@ PacketCaptureCreateCapturedNumberFormatError
[Tag] Negtive UI Settings PacketCapture [Tag] Negtive UI Settings PacketCapture
OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert OpenPages sidebarTrouble_shooting Proxy_Profiles_Profile_Insert
click id=packet_create click id=packet_create
sleep 1 sleep ${sleep_min}
input id=PacketCaptureadd_pcapStorageDay 596524 input id=PacketCaptureadd_pcapStorageDay 596524
click id=PacketCaptureadd_cliPort click id=PacketCaptureadd_cliPort
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[10]/div/div[2] ${text} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[1]/div/div[2]/form/div[10]/div/div[2]
Should Be Equal As Strings ${text} The maximum value of capture duration is 596523 and can only be integers Should Be Equal As Strings ${text} The maximum value of capture duration is 596523 and can only be integers

View File

@@ -90,11 +90,11 @@ ResponsePagesCreateNullNames
[Tags] Negtive UI Name Settings ResponsePages [Tags] Negtive UI Name Settings ResponsePages
OpenPages sidebarProxy_Profiles profilesTabs_Profile_ResponsePages OpenPages sidebarProxy_Profiles profilesTabs_Profile_ResponsePages
click id=respinseAdd click id=respinseAdd
sleep 1 sleep ${sleep_min}
Choose File xpath=//*[@id="policy_Manipulation_create6"]/div[2]/form/div[2]/div/div/div/input ${path}response_pages_files\\Create-ResponsePages-test.html #上传文件 Choose File xpath=//*[@id="policy_Manipulation_create6"]/div[2]/form/div[2]/div/div/div/input ${path}response_pages_files\\Create-ResponsePages-test.html #上传文件
Sleep 2 sleep ${sleep}
click id=responseAddOk1 click id=responseAddOk1
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="policy_Manipulation_create6"]/div[2]/form/div[1]/div/div[3] ${text} get text xpath=//*[@id="policy_Manipulation_create6"]/div[2]/form/div[1]/div/div[3]
Should Be Equal As Strings ${text} Please enter the content Should Be Equal As Strings ${text} Please enter the content
@@ -106,9 +106,9 @@ ResponsePageUploadExceed20MFile
[Tags] Negtive UI File Settings ResponsePages [Tags] Negtive UI File Settings ResponsePages
OpenPages sidebarProxy_Profiles profilesTabs_Profile_ResponsePages OpenPages sidebarProxy_Profiles profilesTabs_Profile_ResponsePages
click id=respinseAdd click id=respinseAdd
sleep 1 sleep ${sleep_min}
Choose File xpath=//*[@id="policy_Manipulation_create6"]/div[2]/form/div[2]/div/div/div/input ${path}response_pages_files\\Exceed20MFile.html Choose File xpath=//*[@id="policy_Manipulation_create6"]/div[2]/form/div[2]/div/div/div/input ${path}response_pages_files\\Exceed20MFile.html
sleep 1 sleep ${sleep_min}
${text} get text xpath=/html/body/div[last()]/p ${text} get text xpath=/html/body/div[last()]/p
Should Be Equal As Strings ${text} File size upload limit is 20MB Should Be Equal As Strings ${text} File size upload limit is 20MB

View File

@@ -65,12 +65,12 @@ SNATIPPoolsViewMembers
[Tags] Positive IP Settings SNATIPPools [Tags] Positive IP Settings SNATIPPools
${iplist} create list 192.168.50.35 ${iplist} create list 192.168.50.35
CreateSNATIPPools ${TEST NAME} 1 ${iplist} CreateSNATIPPools ${TEST NAME} 1 ${iplist}
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="wannat-table"]/div[3]/table/tbody/tr[1]/td[4]/div/div/div/span click xpath=//*[@id="wannat-table"]/div[3]/table/tbody/tr[1]/td[4]/div/div/div/span
sleep 2 sleep ${sleep}
${text} get text xpath=//*[@id="wannat-table"]/div[3]/table/tbody/tr[1]/td[4]/div/div/div/span/span ${text} get text xpath=//*[@id="wannat-table"]/div[3]/table/tbody/tr[1]/td[4]/div/div/div/span/span
click id=interceptionadd_allcancelobject6 click id=interceptionadd_allcancelobject6
sleep 1 sleep ${sleep_min}
SNATIPDelete 192.168.50.35 IP SNATIPDelete 192.168.50.35 IP
Should Be Equal As Strings ${text} 192.168.50.35 Should Be Equal As Strings ${text} 192.168.50.35
@@ -107,9 +107,9 @@ CreateSNATIPPoolsNameNull
[Tags] Negtive UI Settings SNATIPPools [Tags] Negtive UI Settings SNATIPPools
OpenPages sidebarSetting_Wannat ip OpenPages sidebarSetting_Wannat ip
click id=app_create click id=app_create
sleep 1 sleep ${sleep_min}
click id=wanAdd_ok click id=wanAdd_ok
sleep 1 sleep ${sleep_min}
${text} Get Text xpath=//*[@id="wannat_vpn_color"]/form/div[1]/div/div[2] ${text} Get Text xpath=//*[@id="wannat_vpn_color"]/form/div[1]/div/div[2]
Should Be Equal As Strings ${text} This item is required Should Be Equal As Strings ${text} This item is required
@@ -117,13 +117,13 @@ CreateSNATIPPoolsIpFormatError
[Tags] Negtive UI Settings SNATIPPools [Tags] Negtive UI Settings SNATIPPools
OpenPages sidebarSetting_Wannat ip OpenPages sidebarSetting_Wannat ip
click id=app_create click id=app_create
sleep 1 sleep ${sleep_min}
click id=temporary_form #点击添加ip的加号 click id=temporary_form #点击添加ip的加号
sleep 2 sleep ${sleep}
input xpath=//*[@id="wannat_vpn_color"]/form/div[3]/div/div/div[2]/div[1]/div/div/div[1]/div[1]/div/div[2]/div/input 192.168.50.256 input xpath=//*[@id="wannat_vpn_color"]/form/div[3]/div/div/div[2]/div[1]/div/div/div[1]/div[1]/div/div[2]/div/input 192.168.50.256
sleep 1 sleep ${sleep_min}
click id=wanAdd_ok click id=wanAdd_ok
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="wannat_vpn_color"]/form/div[3]/div/div/div[2]/div[1]/div/div/div[2] ${text} get text xpath=//*[@id="wannat_vpn_color"]/form/div[3]/div/div/div[2]/div[1]/div/div/div[2]
Should Be Equal As Strings ${text} Please enter the correct ip address Should Be Equal As Strings ${text} Please enter the correct ip address
@@ -131,12 +131,12 @@ CreateSNATIPPoolsNoReachabilityTest
[Tags] Negtive UI Settings SNATIPPools [Tags] Negtive UI Settings SNATIPPools
OpenPages sidebarSetting_Wannat ip OpenPages sidebarSetting_Wannat ip
click id=app_create click id=app_create
sleep 1 sleep ${sleep_min}
click id=temporary_form #点击添加ip的加号 click id=temporary_form #点击添加ip的加号
sleep 2 sleep ${sleep}
input xpath=//*[@id="wannat_vpn_color"]/form/div[3]/div/div/div[2]/div[1]/div/div/div[1]/div[1]/div/div[2]/div/input 192.168.50.25 input xpath=//*[@id="wannat_vpn_color"]/form/div[3]/div/div/div[2]/div[1]/div/div/div[1]/div[1]/div/div[2]/div/input 192.168.50.25
sleep 1 sleep ${sleep_min}
click id=wanAdd_ok click id=wanAdd_ok
sleep 1 sleep ${sleep_min}
${text} get text xpath=/html/body/div[last()]/p ${text} get text xpath=/html/body/div[last()]/p
Should Be Equal As Strings ${text} Manually add data, and reachability test is required Should Be Equal As Strings ${text} Manually add data, and reachability test is required

View File

@@ -75,9 +75,9 @@ SSLDecryptionExclusionNullDescriptionAndFQDN
[Tags] Negtive UI Settings SSLDecryptionExclusion [Tags] Negtive UI Settings SSLDecryptionExclusion
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[3] xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[3] xpath
click id=ssl_create click id=ssl_create
sleep 1 sleep ${sleep_min}
click id=ssl_ok click id=ssl_ok
sleep 2 sleep ${sleep}
${text1} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[3]/form/div[1]/div/div[3] ${text1} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[3]/form/div[1]/div/div[3]
${text2} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[3]/form/div[2]/div/div[2] ${text2} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[3]/form/div[2]/div/div[2]
Should Be Equal As Strings ${text1} Please enter the content Should Be Equal As Strings ${text1} Please enter the content

View File

@@ -60,25 +60,28 @@ SSLFingerprintImportJA3
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath
SSLFingerprintImportJA3 ${path}SSLFingerprint_files/InportSSLFingerprint.csv SSLFingerprintImportJA3 ${path}SSLFingerprint_files/InportSSLFingerprint.csv
Settings-Search d8c87baaaaaaaaaaaa9e41242626c2f3 JA3Hash Settings-Search d8c87baaaaaaaaaaaa9e41242626c2f3 JA3Hash
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr
DeleteSSLFingerprint DeleteSSLFingerprint
SSLFingerprintExport SSLFingerprintExport
[Tags] Positive UI Settings SSLFingerprint [Tags] Positive UI Settings SSLFingerprint
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath ${a}= RandomNumber
CreateSSLFingerprint aaa${a}db3e351bbd8d38b64c41fffff Yes JA3Hash Description=test
click id=objectExport click id=objectExport
sleep 3 sleep 3
Should_Exist ${Downloadpath}SSL_Fingerprint.csv Should_Exist ${Downloadpath}SSL_Fingerprint.csv
Remove File ${Downloadpath}SSL_Fingerprint.csv Remove File ${Downloadpath}SSL_Fingerprint.csv
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr
DeleteSSLFingerprint
SSLFingerprintDownloadExample SSLFingerprintDownloadExample
[Tags] Positive UI Settings SSLFingerprint [Tags] Positive UI Settings SSLFingerprint
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath
click id=objectImport click id=objectImport
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[1]/div[2]/div[2]/div/div[1]/div/div/div[1]/div/form/div[1]/div/div/div[2]/span click xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[1]/div[2]/div[2]/div/div[1]/div/div/div[1]/div/form/div[1]/div/div/div[2]/span
sleep 2 sleep ${sleep}
Should_Exist ${Downloadpath}JA3 hash import example.csv Should_Exist ${Downloadpath}JA3 hash import example.csv
Remove File ${Downloadpath}JA3 hash import example.csv Remove File ${Downloadpath}JA3 hash import example.csv
@@ -90,12 +93,12 @@ SSLFingerprintShowAll
CreateSSLFingerprint b32309a2${b}912be7dba376398abfff Yes JA3Hash Description=test CreateSSLFingerprint b32309a2${b}912be7dba376398abfff Yes JA3Hash Description=test
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath
click id=Fingerprint_built0 click id=Fingerprint_built0
sleep 1 sleep ${sleep_min}
Settings-Search bfff09a${a}1912be7dba376398abc3b JA3Hash Settings-Search bfff09a${a}1912be7dba376398abc3b JA3Hash
${text} Get Text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/div/span/div[2]/span ${text} Get Text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/div/span/div[2]/span
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr
DeleteSSLFingerprint DeleteSSLFingerprint
sleep 1 sleep ${sleep_min}
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath
Settings-Search b32309a2${b}912be7dba376398abfff JA3Hash Settings-Search b32309a2${b}912be7dba376398abfff JA3Hash
${text1} Get Text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/div/span/div[2]/span ${text1} Get Text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/div/span/div[2]/span
@@ -110,12 +113,12 @@ SSLFingerprintShowPinning
CreateSSLFingerprint bfff09a26${a}12be7dba376398abc3b No JA3Hash Description=test CreateSSLFingerprint bfff09a26${a}12be7dba376398abc3b No JA3Hash Description=test
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath
click id=Fingerprint_built1 click id=Fingerprint_built1
sleep 1 sleep ${sleep_min}
Settings-Search bfff09a26${a}12be7dba376398abc3b JA3Hash Settings-Search bfff09a26${a}12be7dba376398abc3b JA3Hash
${text} Get Text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/div/span ${text} Get Text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/div/span
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath
Settings-Search bfff09a26${a}12be7dba376398abc3b JA3Hash Settings-Search bfff09a26${a}12be7dba376398abc3b JA3Hash
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr
DeleteSSLFingerprint DeleteSSLFingerprint
Should Be Equal As Strings ${text} No Data Should Be Equal As Strings ${text} No Data
@@ -126,12 +129,12 @@ SSLFingerprintShowNotPinning
CreateSSLFingerprint bfff09a2695${a}be7dba376398abc3b Yes JA3Hash Description=test CreateSSLFingerprint bfff09a2695${a}be7dba376398abc3b Yes JA3Hash Description=test
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath
click id=Fingerprint_built2 click id=Fingerprint_built2
sleep 1 sleep ${sleep_min}
Settings-Search bfff09a2695${a}be7dba376398abc3b JA3Hash Settings-Search bfff09a2695${a}be7dba376398abc3b JA3Hash
${text} Get Text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/div/span ${text} Get Text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/div/span
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath
Settings-Search bfff09a2695${a}be7dba376398abc3b JA3Hash Settings-Search bfff09a2695${a}be7dba376398abc3b JA3Hash
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr
DeleteSSLFingerprint DeleteSSLFingerprint
Should Be Equal As Strings ${text} No Data Should Be Equal As Strings ${text} No Data
@@ -158,9 +161,9 @@ SSLFingerprintCreateNullJA3Hash
[Tags] Negtive UI Settings SSLFingerprint [Tags] Negtive UI Settings SSLFingerprint
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath
click id=Fingerprint_create click id=Fingerprint_create
sleep 1 sleep ${sleep_min}
click id=authoritiesAdd_sub click id=authoritiesAdd_sub
sleep 2 sleep ${sleep}
${text} Get Text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[2]/form/div[1]/div/div[3] ${text} Get Text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[2]/form/div[1]/div/div[3]
Should Be Equal As Strings ${text} Please enter the content Should Be Equal As Strings ${text} Please enter the content
@@ -168,11 +171,11 @@ SSLFingerprintCreateFormatError
[Tags] Negtive UI Settings SSLFingerprint [Tags] Negtive UI Settings SSLFingerprint
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[5] Targeting=xpath
click id=Fingerprint_create click id=Fingerprint_create
sleep 1 sleep ${sleep_min}
input id=authoritiesAdd_name a75de44db3e351bbd8d38b64c41ggggg input id=authoritiesAdd_name a75de44db3e351bbd8d38b64c41ggggg
sleep 1 sleep ${sleep_min}
click id=authoritiesAdd_sub click id=authoritiesAdd_sub
sleep 2 sleep ${sleep}
${text} Get Text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[2]/form/div[1]/div/div[3] ${text} Get Text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[2]/form/div[1]/div/div[3]
Should Be Equal As Strings ${text} format error Should Be Equal As Strings ${text} format error
@@ -181,14 +184,14 @@ SSLFingerprintCreateRepeatJA3Hash
CreateSSLFingerprint a75de44db3e351bbd8d38b64c41fffff Yes JA3Hash Description=test CreateSSLFingerprint a75de44db3e351bbd8d38b64c41fffff Yes JA3Hash Description=test
${ID} Get Text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div/div/span ${ID} Get Text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div/div/span
click id=Fingerprint_create click id=Fingerprint_create
sleep 1 sleep ${sleep_min}
input id=authoritiesAdd_name a75de44db3e351bbd8d38b64c41fffff input id=authoritiesAdd_name a75de44db3e351bbd8d38b64c41fffff
sleep 1 sleep ${sleep_min}
click id=authoritiesAdd_sub click id=authoritiesAdd_sub
sleep 2 sleep ${sleep}
${text} Get Text xpath=/html/body/div[last()]/p ${text} Get Text xpath=/html/body/div[last()]/p
Should Be Equal As Strings ${text} JA3 Hash repeat Should Be Equal As Strings ${text} JA3 Hash repeat
sleep 1 sleep ${sleep_min}
click id=authoritiesAdd_cancel click id=authoritiesAdd_cancel
Settings-Search ${ID} id Settings-Search ${ID} id
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr
@@ -222,9 +225,9 @@ SSLFingerprintImportRepeatJA3
${text} Get Text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[1]/div[2]/div[2]/div/div[1]/div/div/div[1]/div/div[2]/div[2]/div[1]/div[3]/table/tbody/tr/td[3]/div ${text} Get Text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[1]/div[2]/div[2]/div/div[1]/div/div/div[1]/div/div[2]/div[2]/div[1]/div[3]/table/tbody/tr/td[3]/div
Should Be Equal As Strings ${text} JA3 Hash repeat Should Be Equal As Strings ${text} JA3 Hash repeat
click xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[1]/div[2]/div[2]/div/div[1]/div/div/div[2]/div[2]/button click xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[1]/div[2]/div[2]/div/div[1]/div/div/div[2]/div[2]/button
sleep 1 sleep ${sleep_min}
Settings-Search d8c87baaaaaaaaaaaa9e41242626c2f3 JA3Hash Settings-Search d8c87baaaaaaaaaaaa9e41242626c2f3 JA3Hash
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr
DeleteSSLFingerprint DeleteSSLFingerprint

View File

@@ -101,9 +101,9 @@ TrafficMirrorProfilesCreateErrorMac
TrafficMirrorProfilesNoInput TrafficMirrorProfilesNoInput
[Tags] Negtive UI Settings TrafficMirrorProfile [Tags] Negtive UI Settings TrafficMirrorProfile
OpenPages sidebarProxy_Profiles Three-levelMenu=profilesTabs_Profile_TrafficMirrorProfiles OpenPages sidebarProxy_Profiles Three-levelMenu=profilesTabs_Profile_TrafficMirrorProfiles
sleep 1 sleep ${sleep_min}
click id=trafficMirrorAdd click id=trafficMirrorAdd
sleep 1 sleep ${sleep_min}
click xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/button[1] click xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/button[1]
sleep 3 sleep 3
${text1} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[2]/form/div[1]/div/div[3] ${text1} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[2]/form/div[1]/div/div[3]

View File

@@ -22,7 +22,7 @@ TrustedCertificateAuthoritiesEditNameSearchID
importTrustedCertificateAuthorities lyf-RF-test-001 ${path}keyrings//root//ca-cer.pem name importTrustedCertificateAuthorities lyf-RF-test-001 ${path}keyrings//root//ca-cer.pem name
${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div/p/span ${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div/p/span
EditTrustedCertificateAuthorities ${id} lyf-edit-test-001 ${path}keyrings//root//ca-cer.pem id EditTrustedCertificateAuthorities ${id} lyf-edit-test-001 ${path}keyrings//root//ca-cer.pem id
Wait Until Element Is Visible xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span 20 Wait Until Element Is Visible xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span ${sleep_Wait}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteAuthorities_del DeleteAuthorities_del
@@ -31,7 +31,7 @@ TrustedCertificateAuthoritiesEditFileSearchName
importTrustedCertificateAuthorities lyf-RF-test-001 ${path}keyrings//root//ca-cer.pem name importTrustedCertificateAuthorities lyf-RF-test-001 ${path}keyrings//root//ca-cer.pem name
${name} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span ${name} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
EditTrustedCertificateAuthorities ${name} lyf-RF-test-001 ${path}keyrings//root//mesalab-ca-cert.pem name EditTrustedCertificateAuthorities ${name} lyf-RF-test-001 ${path}keyrings//root//mesalab-ca-cert.pem name
Wait Until Element Is Visible xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span 20 Wait Until Element Is Visible xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span ${sleep_Wait}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteAuthorities_del DeleteAuthorities_del
@@ -40,7 +40,7 @@ TrustedCertificateAuthoritiesEditSearchIssuer
importTrustedCertificateAuthorities lyf-RF-test-001 ${path}keyrings//root//ca-cer.pem name importTrustedCertificateAuthorities lyf-RF-test-001 ${path}keyrings//root//ca-cer.pem name
${Issuer} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[4]/div/div/div/p/span ${Issuer} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[4]/div/div/div/p/span
EditTrustedCertificateAuthorities ${Issuer} lyf-edit-test-001 ${path}keyrings//root//ca-cer.pem Issuer EditTrustedCertificateAuthorities ${Issuer} lyf-edit-test-001 ${path}keyrings//root//ca-cer.pem Issuer
Wait Until Element Is Visible xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span 20 Wait Until Element Is Visible xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span ${sleep_Wait}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteAuthorities_del DeleteAuthorities_del
@@ -49,7 +49,7 @@ TrustedCertificateAuthoritiesEditSearchCommonName
importTrustedCertificateAuthorities lyf-RF-test-001 ${path}keyrings//root//ca-cer.pem name importTrustedCertificateAuthorities lyf-RF-test-001 ${path}keyrings//root//ca-cer.pem name
${CommonName} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[8]/div/div/div/p/span ${CommonName} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[8]/div/div/div/p/span
EditTrustedCertificateAuthorities ${CommonName} lyf-edit-test-001 ${path}keyrings//root//ca-cer.pem CommonName EditTrustedCertificateAuthorities ${CommonName} lyf-edit-test-001 ${path}keyrings//root//ca-cer.pem CommonName
Wait Until Element Is Visible xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span 20 Wait Until Element Is Visible xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span ${sleep_Wait}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteAuthorities_del DeleteAuthorities_del
@@ -58,7 +58,7 @@ TrustedCertificateAuthoritiesEditSearchCertificateFingerprint
importTrustedCertificateAuthorities lyf-RF-test-001 ${path}keyrings//root//ca-cer.pem name importTrustedCertificateAuthorities lyf-RF-test-001 ${path}keyrings//root//ca-cer.pem name
${CertificateFingerprint} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[9]/div/div/div/p/span ${CertificateFingerprint} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[9]/div/div/div/p/span
EditTrustedCertificateAuthorities ${CertificateFingerprint} lyf-edit-test-001 ${path}keyrings//root//ca-cer.pem CertificateFingerprint EditTrustedCertificateAuthorities ${CertificateFingerprint} lyf-edit-test-001 ${path}keyrings//root//ca-cer.pem CertificateFingerprint
Wait Until Element Is Visible xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span 20 Wait Until Element Is Visible xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span ${sleep_Wait}
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteAuthorities_del DeleteAuthorities_del
@@ -74,7 +74,7 @@ TrustedCertificateAuthoritiesEditDefaultCertificate
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[1] xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[1] xpath
Settings-Search 1 id Settings-Search 1 id
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1] click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]
sleep 1 sleep ${sleep_min}
SettingsElementAttributes //*[@id="appEdit"] el-button el-button--default el-button--small is-disabled class SettingsElementAttributes //*[@id="appEdit"] el-button el-button--default el-button--small is-disabled class
TrustedCertificateAuthoritiesTurnPage TrustedCertificateAuthoritiesTurnPage
@@ -163,11 +163,11 @@ TrustedCertificateAuthoritiesCreateNameThreeCharacters
[Tags] Negtive UI Settings TrustedCertificateAuthorities [Tags] Negtive UI Settings TrustedCertificateAuthorities
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[1] xpath OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[1] xpath
click id=app_create #点击Import click id=app_create #点击Import
Sleep 2 sleep ${sleep}
input id=authoritiesAdd_name 123 #输入name input id=authoritiesAdd_name 123 #输入name
sleep 1 sleep ${sleep_min}
click id=authoritiesAdd_sub click id=authoritiesAdd_sub
sleep 1 sleep ${sleep_min}
${text} Get Text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[1]/div/div[3] ${text} Get Text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[2]/div[2]/form/div[1]/div/div[3]
Should Be Equal As Strings ${text} Content length is less than 4 Should Be Equal As Strings ${text} Content length is less than 4

View File

@@ -56,11 +56,11 @@ VPNAccountsCreateNameSpecialChar
[Tags] Negtive UI name Settings VPNAccounts [Tags] Negtive UI name Settings VPNAccounts
OpenPages sidebarSetting_Wannat account OpenPages sidebarSetting_Wannat account
click id=app_create click id=app_create
sleep 1 sleep ${sleep_min}
input xpath=//*[@id="wannat_vpn_username"]/div/div/div[1]/input 中文+absc+моряков+@#¥%……&* input xpath=//*[@id="wannat_vpn_username"]/div/div/div[1]/input 中文+absc+моряков+@#¥%……&*
sleep 1 sleep ${sleep_min}
click id=wanAdd_ok click id=wanAdd_ok
sleep 1 sleep ${sleep_min}
${text} get text xpath=//*[@id="wannat_vpn_username"]/div/div[2] ${text} get text xpath=//*[@id="wannat_vpn_username"]/div/div[2]
Should Be Equal As Strings ${text} Only English letters, numbers, underscore _, minus sign -, English dot (.) Should Be Equal As Strings ${text} Only English letters, numbers, underscore _, minus sign -, English dot (.)
@@ -68,9 +68,9 @@ VPNAccountsCreateNullNameAndPassword
[Tags] Negtive UI name Settings VPNAccounts [Tags] Negtive UI name Settings VPNAccounts
OpenPages sidebarSetting_Wannat account OpenPages sidebarSetting_Wannat account
click id=app_create click id=app_create
sleep 1 sleep ${sleep_min}
click id=wanAdd_ok click id=wanAdd_ok
sleep 1 sleep ${sleep_min}
${text1} get text xpath=//*[@id="wannat_vpn_username"]/div/div[2] ${text1} get text xpath=//*[@id="wannat_vpn_username"]/div/div[2]
${text2} get text xpath=//*[@id="wannat_vpn_password"]/div/div[2] ${text2} get text xpath=//*[@id="wannat_vpn_password"]/div/div[2]
Should Be Equal As Strings ${text1} This item is required Should Be Equal As Strings ${text1} This item is required

View File

@@ -1656,7 +1656,7 @@ DestinationIPGroupAdd
SourceCreate-name SourceCreate-name
[Arguments] ${ObjName} [Arguments] ${ObjName}
sleep ${sleep} Wait Until Element Is Enabled id=objectAdd_name ${sleep_Wait}
input text id=objectAdd_name ${ObjName} input text id=objectAdd_name ${ObjName}
SourceCreate-ok SourceCreate-ok

View File

@@ -89,7 +89,7 @@ CreateSNATIPPools
... AND sleep ${sleep_min} ... AND sleep ${sleep_min}
... AND SANTIPIF ${j} ${ip} #判断是添加一个ip还是多个ip ... AND SANTIPIF ${j} ${ip} #判断是添加一个ip还是多个ip
... AND click id=wan_reach_test #点击可达性测试按钮 ... AND click id=wan_reach_test #点击可达性测试按钮
... AND Wait Until Element Is Visible id=edit_0 ${sleep_Wait} #等待时间,等待元素出现后在进行后续操作 ... AND Wait Until Element Is Enabled id=edit_0 ${sleep_Wait} #等待时间,等待元素出现后在进行后续操作
run keyword if "${type}"=="2" run keywords sleep ${sleep_min} run keyword if "${type}"=="2" run keywords sleep ${sleep_min}
... AND click id=active-ip #点击 History Active IP按钮 ... AND click id=active-ip #点击 History Active IP按钮
... AND sleep ${sleep_min} ... AND sleep ${sleep_min}
@@ -129,7 +129,7 @@ EditSNATIPPools
... AND sleep ${sleep_min} ... AND sleep ${sleep_min}
run keyword if "${type}"=="create" Run Keywords SNATIPRangeCreate ${j} ${ip} run keyword if "${type}"=="create" Run Keywords SNATIPRangeCreate ${j} ${ip}
... AND click id=wan_reach_test #点击可达性测试按钮 ... AND click id=wan_reach_test #点击可达性测试按钮
... AND Wait Until Element Is Visible id=edit_0 ${sleep_Wait} ... AND Wait Until Element Is Enabled id=edit_0 ${sleep_Wait}
... AND sleep ${sleep_min} ... AND sleep ${sleep_min}
... AND click id=wan_reach_test ... AND click id=wan_reach_test
... AND sleep ${sleep_min} ... AND sleep ${sleep_min}
@@ -183,7 +183,7 @@ SNATIPRangeCreate
SNATIPSearch SNATIPSearch
[Arguments] ${value} ${search} [Arguments] ${value} ${search}
Wait Until Element Is Visible xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[1]/div/div[2]/div[2]/div/div/div[2]/div/div/div/input ${sleep_Wait} Wait Until Element Is Enabled xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[1]/div/div[2]/div[2]/div/div/div[2]/div/div/div/input ${sleep_Wait}
click xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[1]/div/div[2]/div[2]/div/div/div[2]/div/div/div/input #点击搜索框 click xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[1]/div/div[2]/div[2]/div/div/div[2]/div/div/div/input #点击搜索框
sleep ${sleep_min} sleep ${sleep_min}
#判断是使用name搜索还是id搜索 #判断是使用name搜索还是id搜索
@@ -241,7 +241,7 @@ CreateVPNAccounts
input xpath=//*[@id="wannat_vpn_password"]/div/div/input ${passwd} #输入密码 input xpath=//*[@id="wannat_vpn_password"]/div/div/input ${passwd} #输入密码
sleep ${sleep_min} sleep ${sleep_min}
click id=wanAdd_ok #点击ok按钮 click id=wanAdd_ok #点击ok按钮
Wait Until Element Is Visible xpath=//*[@id="wannat-table"]/div[3]/table/tbody/tr/td[1]/div/div/div[2]/span ${sleep_Wait} Wait Until Element Is Enabled xpath=//*[@id="wannat-table"]/div[3]/table/tbody/tr/td[1]/div/div/div[2]/span ${sleep_Wait}
VPNAccountsSearch ${name} ${search} VPNAccountsSearch ${name} ${search}
${text1} Get Text xpath=//*[@id="wannat-table"]/div[3]/table/tbody/tr/td[1]/div/div/div[2]/span #获取点击后页面文本信息 ${text1} Get Text xpath=//*[@id="wannat-table"]/div[3]/table/tbody/tr/td[1]/div/div/div[2]/span #获取点击后页面文本信息
Should Be Equal As Strings ${text1} ${name} #断言 Should Be Equal As Strings ${text1} ${name} #断言
@@ -264,7 +264,7 @@ EditVPNAccounts
VPNAccountsSearch VPNAccountsSearch
[Arguments] ${value} ${search} [Arguments] ${value} ${search}
Wait Until Element Is Visible xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[1]/div/div[2]/div[2]/div/div/div[2]/div/div/div/input ${sleep_Wait} Wait Until Element Is Enabled xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[1]/div/div[2]/div[2]/div/div/div[2]/div/div/div/input ${sleep_Wait}
click xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[1]/div/div[2]/div[2]/div/div/div[2]/div/div/div/input #点击搜索框 click xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[1]/div/div[2]/div[2]/div/div/div[2]/div/div/div/input #点击搜索框
sleep ${sleep_min} sleep ${sleep_min}
click xpath=/html/body/div/div[1]/div[1]/ul/li[2] #点击name click xpath=/html/body/div/div[1]/div[1]/ul/li[2] #点击name
@@ -317,7 +317,7 @@ CreateHijackFiles
Sleep ${sleep_min} Sleep ${sleep_min}
click id=hijackAdd #点击Create click id=hijackAdd #点击Create
Sleep ${sleep} Sleep ${sleep}
input id=hijack_profileName ${name} #输入name input id=hijack_profileName1 ${name} #输入name
Sleep ${sleep} Sleep ${sleep}
Choose File xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[2]/form/div[2]/div/div/div[1]/input ${file} #上传文件 Choose File xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[2]/form/div[2]/div/div/div[1]/input ${file} #上传文件
Sleep ${sleep} Sleep ${sleep}
@@ -348,7 +348,7 @@ CreateInsertScripts
Sleep ${sleep_min} Sleep ${sleep_min}
click id=insertAdd #点击Create click id=insertAdd #点击Create
Sleep ${sleep} Sleep ${sleep}
input id=insert_profileName ${name} #输入name input id=insert_profileName1 ${name} #输入name
Sleep ${sleep} Sleep ${sleep}
Choose File xpath=//*[@id="insertAddUpload"]/div[1]/input ${file} #上传文件 Choose File xpath=//*[@id="insertAddUpload"]/div[1]/input ${file} #上传文件
Sleep ${sleep} Sleep ${sleep}
@@ -383,7 +383,7 @@ TrafficMirrorProfilesValidationError
Sleep ${sleep_min} Sleep ${sleep_min}
click id=trafficMirrorAdd #点击Create click id=trafficMirrorAdd #点击Create
Sleep ${sleep} Sleep ${sleep}
input id=trafficmirror_profileName ${name} #输入name input id=trafficmirror_profileName1 ${name} #输入name
Sleep ${sleep} Sleep ${sleep}
click id=addrTypeChoose #点击下拉框 click id=addrTypeChoose #点击下拉框
Sleep ${sleep} Sleep ${sleep}
@@ -407,7 +407,7 @@ CreateTrafficMirrorProfiles
Sleep ${sleep_min} Sleep ${sleep_min}
click id=trafficMirrorAdd #点击Create click id=trafficMirrorAdd #点击Create
Sleep ${sleep} Sleep ${sleep}
input id=trafficmirror_profileName ${name} #输入name input id=trafficmirror_profileName1 ${name} #输入name
Sleep ${sleep_min} Sleep ${sleep_min}
click id=addrTypeChoose #点击下拉框 click id=addrTypeChoose #点击下拉框
Sleep ${sleep} Sleep ${sleep}
@@ -442,9 +442,9 @@ EditInsertScripts
sleep ${sleep_min} sleep ${sleep_min}
click id=insertEdit #点击Edit click id=insertEdit #点击Edit
sleep ${sleep_min} sleep ${sleep_min}
Clear Element Text id=insert_profileName #清空输入框 Clear Element Text id=insert_profileName1 #清空输入框
sleep ${sleep_min} sleep ${sleep_min}
input id=insert_profileName ${name1} #输入框输入 input id=insert_profileName1 ${name1} #输入框输入
sleep ${sleep_min} sleep ${sleep_min}
Choose File xpath=//*[@id="insertAddUpload"]/div[1]/input ${file} #上传文件 Choose File xpath=//*[@id="insertAddUpload"]/div[1]/input ${file} #上传文件
sleep ${sleep_min} sleep ${sleep_min}
@@ -485,7 +485,7 @@ CreateResponsePages
sleep ${sleep} sleep ${sleep}
click id=respinseAdd #Response Pages点击Create click id=respinseAdd #Response Pages点击Create
sleep ${sleep} sleep ${sleep}
input id=responsepages_profileName ${name} #输入name input id=responsepages_profileName1 ${name} #输入name
sleep ${sleep} sleep ${sleep}
Choose File xpath=//*[@id="policy_Manipulation_create6"]/div[2]/form/div[2]/div/div/div/input ${file} #上传文件 Choose File xpath=//*[@id="policy_Manipulation_create6"]/div[2]/form/div[2]/div/div/div/input ${file} #上传文件
sleep ${sleep} sleep ${sleep}
@@ -513,9 +513,9 @@ Edit-Response-Pages
sleep ${sleep_min} sleep ${sleep_min}
click id=resinseEdit #点击Edit click id=resinseEdit #点击Edit
sleep ${sleep_min} sleep ${sleep_min}
Clear Element Text id=responsepages_profileName #清空name输入框 Clear Element Text id=responsepages_profileName1 #清空name输入框
sleep ${sleep_min} sleep ${sleep_min}
input id=responsepages_profileName ${name1} input id=responsepages_profileName1 ${name1}
sleep ${sleep_min} sleep ${sleep_min}
Choose File xpath=//*[@id="policy_Manipulation_create6"]/div[2]/form/div[5]/div/div/div/input ${file} Choose File xpath=//*[@id="policy_Manipulation_create6"]/div[2]/form/div[5]/div/div/div/input ${file}
sleep ${sleep_min} sleep ${sleep_min}
@@ -597,9 +597,9 @@ EditTrafficMirrorProfiles
sleep ${sleep_min} sleep ${sleep_min}
click id=trafficMirrorEdit #点击Edit click id=trafficMirrorEdit #点击Edit
sleep ${sleep_min} sleep ${sleep_min}
Clear Element Text id=trafficmirror_profileName #清空输入框 Clear Element Text id=trafficmirror_profileName1 #清空输入框
sleep ${sleep_min} sleep ${sleep_min}
input id=trafficmirror_profileName ${name1} #输入框输入 input id=trafficmirror_profileName1 ${name1} #输入框输入
sleep ${sleep_min} sleep ${sleep_min}
click id=addrTypeChoose #点击下拉框 click id=addrTypeChoose #点击下拉框
sleep ${sleep_min} sleep ${sleep_min}
@@ -634,7 +634,7 @@ importTrustedCertificateAuthorities
sleep ${sleep} sleep ${sleep}
click id=app_create #点击Import click id=app_create #点击Import
sleep ${sleep} sleep ${sleep}
input id=authoritiesAdd_name ${name} #输入name input id=authoritiesAdd_name1 ${name} #输入name
sleep ${sleep} sleep ${sleep}
Choose File xpath=//*[@id="upload_dome"]/div/input ${file} #上传文件 Choose File xpath=//*[@id="upload_dome"]/div/input ${file} #上传文件
sleep ${sleep} sleep ${sleep}
@@ -762,7 +762,7 @@ DecryptionKeyringsErrorVerification
click ${type1} #选择加密解密类型 click ${type1} #选择加密解密类型
sleep ${sleep_min} sleep ${sleep_min}
click id=keyringsadd_sub #点击OK缇交 click id=keyringsadd_sub #点击OK缇交
Wait Until Element Is Visible xpath=${Positioning} ${sleep_Wait} Wait Until Element Is Enabled xpath=${Positioning} ${sleep_Wait}
${text1} Get Text xpath=${Positioning} #获取点击后页面文本信息 ${text1} Get Text xpath=${Positioning} #获取点击后页面文本信息
Should Be Equal As Strings ${text1} ${Assertion} #断言 Should Be Equal As Strings ${text1} ${Assertion} #断言
@@ -803,7 +803,7 @@ CreateSSLDecryptionExclusion
input id=sslAdd_itemDesc ${value} #输入内容 input id=sslAdd_itemDesc ${value} #输入内容
sleep ${sleep} sleep ${sleep}
click id=ssl_ok #点击OK缇交 click id=ssl_ok #点击OK缇交
Wait Until Element Is Visible xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span ${sleep_Wait} Wait Until Element Is Enabled xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span ${sleep_Wait}
Settings-Search ${name1} ${search} Settings-Search ${name1} ${search}
sleep ${sleep_min} sleep ${sleep_min}
${text1} Get Text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span #获取点击后页面文本信息 ${text1} Get Text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span #获取点击后页面文本信息
@@ -861,9 +861,9 @@ EditTrustedCertificateAuthorities
sleep ${sleep_min} sleep ${sleep_min}
click id=appEdit #点击Edit按钮 click id=appEdit #点击Edit按钮
sleep ${sleep_min} sleep ${sleep_min}
Clear Element Text id=authoritiesAdd_name #清空name输入框 Clear Element Text id=authoritiesAdd_name1 #清空name输入框
sleep ${sleep_min} sleep ${sleep_min}
input id=authoritiesAdd_name ${name} #输入name input id=authoritiesAdd_name1 ${name} #输入name
sleep ${sleep_min} sleep ${sleep_min}
Choose File xpath=//*[@id="upload_dome"]/div/input ${file} #上传文件 Choose File xpath=//*[@id="upload_dome"]/div/input ${file} #上传文件
sleep ${sleep_min} sleep ${sleep_min}
@@ -1252,7 +1252,7 @@ Min_max_version
sleep ${sleep_min} sleep ${sleep_min}
click id=insertAdd #点击Create click id=insertAdd #点击Create
sleep ${sleep_min} sleep ${sleep_min}
input id=insert_profileName ${name} input id=decrytion_profileName1 ${name}
sleep ${sleep_min} sleep ${sleep_min}
ButtonSwitch ${dict1} //*[@id="policy_Manipulation_create8"]/div[2]/form/div/div/label[contains(text(), " ")]/following-sibling::div/div el-switch is-checked el-switch ButtonSwitch ${dict1} //*[@id="policy_Manipulation_create8"]/div[2]/form/div/div/label[contains(text(), " ")]/following-sibling::div/div el-switch is-checked el-switch
${fail} Set Variable ${fail1} ${fail} Set Variable ${fail1}
@@ -1337,14 +1337,14 @@ EditDecryptionProfile
click id=profilesTabs_Profile_DecryptionProfile #点击Decryption Profile click id=profilesTabs_Profile_DecryptionProfile #点击Decryption Profile
sleep ${sleep_min} sleep ${sleep_min}
Settings-Search ${id-name} ${search} #搜索框的关键字 Settings-Search ${id-name} ${search} #搜索框的关键字
Wait Until Element Is Visible xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[2]/div/div/span ${sleep_Wait} Wait Until Element Is Enabled xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[2]/div/div/span ${sleep_Wait}
click xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[2]/div/div/span #点击搜索列表 click xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[2]/div/div/span #点击搜索列表
sleep ${sleep_min} sleep ${sleep_min}
click id=insertEdit #点击Edit click id=insertEdit #点击Edit
sleep ${sleep} sleep ${sleep}
Clear Element Text id=insert_profileName #清空name输入框 Clear Element Text id=decrytion_profileName1 #清空name输入框
sleep ${sleep_min} sleep ${sleep_min}
input id=insert_profileName ${name} #输入name input id=decrytion_profileName1 ${name} #输入name
sleep ${sleep_min} sleep ${sleep_min}
ButtonSwitch ${dict1} //*[@id="policy_Manipulation_create8"]/div[2]/form/div/div/label[contains(text(), " ")]/following-sibling::div/div el-switch is-checked el-switch ButtonSwitch ${dict1} //*[@id="policy_Manipulation_create8"]/div[2]/form/div/div/label[contains(text(), " ")]/following-sibling::div/div el-switch is-checked el-switch
${fail} Set Variable ${fail1} ${fail} Set Variable ${fail1}
@@ -1398,7 +1398,7 @@ EditDecryptionProfile
... AND click id=pro_max0 ... AND click id=pro_max0
... ELSE log 错误 ... ELSE log 错误
click id=decryption-ok click id=decryption-ok
Wait Until Element Is Visible id=profilesTabs_Profile_DecryptionProfile ${sleep_Wait} Wait Until Element Is Enabled id=profilesTabs_Profile_DecryptionProfile ${sleep_Wait}
Settings-Search ${id-name} ${search} #搜索框的关键字 Settings-Search ${id-name} ${search} #搜索框的关键字
${name1} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[2]/div/div/span ${name1} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[2]/div/div[3]/table/tbody/tr/td[2]/div/div/span
Should Be Equal As Strings ${name1} ${name} Should Be Equal As Strings ${name1} ${name}
@@ -1419,7 +1419,7 @@ DecryptionProfileButtonVerification
END END
sleep ${sleep_min} sleep ${sleep_min}
click id=decryption-ok click id=decryption-ok
Wait Until Element Is Visible id=profilesTabs_Profile_DecryptionProfile ${sleep_Wait} Wait Until Element Is Enabled id=profilesTabs_Profile_DecryptionProfile ${sleep_Wait}
Settings-Search ${id-name} ${search} Settings-Search ${id-name} ${search}
Delete Delete
@@ -1887,7 +1887,7 @@ SystemUsageChart
sleep ${sleep_min} sleep ${sleep_min}
${ChartValueXpath}= SystemUsageGetText ${type} ${ChartValueXpath}= SystemUsageGetText ${type}
Mouse Over xpath=${ChartSuspension} Mouse Over xpath=${ChartSuspension}
Wait Until Element Is Visible xpath=/html/body/div[last()]/div[1]/div/div/div[2]/table/tbody/tr[1]/td[2]/div/span 10 Wait Until Element Is Enabled xpath=/html/body/div[last()]/div[1]/div/div/div[2]/table/tbody/tr[1]/td[2]/div/span 10
${text1} get text xpath=${ChartValueXpath} #获取图表上的值 ${text1} get text xpath=${ChartValueXpath} #获取图表上的值
[Return] ${text1} [Return] ${text1}
@@ -1908,7 +1908,7 @@ SystemUsageText
sleep ${sleep_min} sleep ${sleep_min}
${TextValueXpath}= SystemUsageGetText ${type} ${TextValueXpath}= SystemUsageGetText ${type}
Mouse Over xpath=${TextSuspension} Mouse Over xpath=${TextSuspension}
Wait Until Element Is Visible xpath=/html/body/div[last()]/div[1]/div/div/div[2]/table/tbody/tr[1]/td[2]/div/span 10 Wait Until Element Is Enabled xpath=/html/body/div[last()]/div[1]/div/div/div[2]/table/tbody/tr[1]/td[2]/div/span 10
${text2} get text xpath=${TextValueXpath} ${text2} get text xpath=${TextValueXpath}
[Return] ${text2} [Return] ${text2}
@@ -2054,7 +2054,7 @@ CreatePacketCapture
input id=PacketCaptureadd_pcapStorageDay ${CaptureDuration} input id=PacketCaptureadd_pcapStorageDay ${CaptureDuration}
sleep ${sleep_min} sleep ${sleep_min}
click id=packetCaptureAdd_ok click id=packetCaptureAdd_ok
Wait Until Element is Visible xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1] ${sleep_Wait} Wait Until Element Is Enabled xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1] ${sleep_Wait}
Settings-search ${name} name Settings-search ${name} name
sleep ${sleep_min} sleep ${sleep_min}
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[4]/div/div/div/p/span ${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[4]/div/div/div/p/span
@@ -2119,7 +2119,7 @@ EditPacketCapture
input id=PacketCaptureadd_pcapStorageDay ${CaptureDuration} input id=PacketCaptureadd_pcapStorageDay ${CaptureDuration}
sleep ${sleep_min} sleep ${sleep_min}
click id=packetCaptureAdd_ok click id=packetCaptureAdd_ok
Wait Until Element is Visible xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1] ${sleep_Wait} Wait Until Element Is Enabled xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1] ${sleep_Wait}
Settings-search ${name} name Settings-search ${name} name
sleep ${sleep} sleep ${sleep}
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[4]/div/div/div/p/span ${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[4]/div/div/div/p/span
@@ -2455,7 +2455,7 @@ UploadFilesSize
... AND sleep ${sleep} ... AND sleep ${sleep}
... AND click id=respinseAdd #Response Pages点击Create ... AND click id=respinseAdd #Response Pages点击Create
... AND sleep ${sleep} ... AND sleep ${sleep}
... AND input id=responsepages_profileName ${name} #输入name ... AND input id=responsepages_profileName1 ${name} #输入name
... AND sleep ${sleep} ... AND sleep ${sleep}
... AND Choose File xpath=//*[@id="policy_Manipulation_create6"]/div[2]/form/div[2]/div/div/div/input ${file} #上传文件 ... AND Choose File xpath=//*[@id="policy_Manipulation_create6"]/div[2]/form/div[2]/div/div/div/input ${file} #上传文件
... AND sleep ${sleep_min} ... AND sleep ${sleep_min}
@@ -2470,7 +2470,7 @@ UploadFilesSize
... AND sleep ${sleep_min} ... AND sleep ${sleep_min}
... AND click id=insertAdd #点击Create ... AND click id=insertAdd #点击Create
... AND sleep ${sleep} ... AND sleep ${sleep}
... AND input id=insert_profileName ${name} #输入name ... AND input id=insert_profileName1 ${name} #输入name
... AND sleep ${sleep} ... AND sleep ${sleep}
... AND Choose File xpath=//*[@id="insertAddUpload"]/div[1]/input ${file} #上传文件 ... AND Choose File xpath=//*[@id="insertAddUpload"]/div[1]/input ${file} #上传文件
... AND sleep ${sleep} ... AND sleep ${sleep}
@@ -2519,13 +2519,13 @@ UploadFilesSize
... AND sleep ${sleep} ... AND sleep ${sleep}
... AND click id=app_create #点击Import ... AND click id=app_create #点击Import
... AND sleep ${sleep} ... AND sleep ${sleep}
... AND input id=authoritiesAdd_name ${name} #输入name ... AND input id=authoritiesAdd_name1 ${name} #输入name
... AND sleep ${sleep} ... AND sleep ${sleep}
... AND Choose File xpath=//*[@id="upload_dome"]/div/input ${file} #上传文件 ... AND Choose File xpath=//*[@id="upload_dome"]/div/input ${file} #上传文件
... AND sleep ${sleep} ... AND sleep ${sleep}
... AND click id=authoritiesAdd_sub #点击OK缇交 ... AND click id=authoritiesAdd_sub #点击OK缇交
... AND sleep ${sleep} ... AND sleep ${sleep}
${text} get text xpath=/html/body/div[last()]/p ${text} get text xpath=/html/body/div/p
Should Be Equal As Strings ${text} ${Promptinfor} Should Be Equal As Strings ${text} ${Promptinfor}
DownLoadFile DownLoadFile