From bc522105871497269853b985d3bcc4a328d4aef4 Mon Sep 17 00:00:00 2001 From: liuyuanfang Date: Thu, 28 May 2020 17:53:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BAcase=E6=B7=BB=E5=8A=A0=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...earch_Cached_Intermediate_Certificates_Case.robot | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/01-TestCase/tsg-ui/ui-settings/Search_Cached_Intermediate_Certificates_Case.robot b/01-TestCase/tsg-ui/ui-settings/Search_Cached_Intermediate_Certificates_Case.robot index 70afb29..c53d78e 100644 --- a/01-TestCase/tsg-ui/ui-settings/Search_Cached_Intermediate_Certificates_Case.robot +++ b/01-TestCase/tsg-ui/ui-settings/Search_Cached_Intermediate_Certificates_Case.robot @@ -6,9 +6,21 @@ Library OperatingSystem *** Test Cases *** Search_Cached_Intermediate_Certificates-001 + Sleep 1 + click id=children5 #点击一级目录Settings + Sleep 1 + click id=sidebarProxy_CertificateManagement #点击二级目录Trusted Certificate Authorities + Sleep 2 + click xpath=//*[@id="proxyTabs"]/div/ul/li[4] #点击Cached Intermediate Certificates按钮 ${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div/p/span Search-Cached Intermediate Certificates id=input_list_li1 ${id} xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[9] Search_Cached_Intermediate_Certificates-002 + Sleep 1 + click id=children5 #点击一级目录Settings + Sleep 1 + click id=sidebarProxy_CertificateManagement #点击二级目录Trusted Certificate Authorities + Sleep 2 + click xpath=//*[@id="proxyTabs"]/div/ul/li[4] #点击Cached Intermediate Certificates按钮 ${sni} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/div/p/span Search-Cached Intermediate Certificates id=input_list_li1 ${sni} xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[9]