From 6a42b7f4f59f874157bac00486efbba3050ae93b Mon Sep 17 00:00:00 2001 From: liuyuanfang Date: Wed, 27 May 2020 17:15:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BF=AE=E6=94=B9=E5=90=8E?= =?UTF-8?q?=E7=9A=84case?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...rch_Cached_Intermediate_Certificates_Case.robot | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 01-TestCase/tsg-ui/ui-settings/Search_Cached_Intermediate_Certificates_Case.robot 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 new file mode 100644 index 0000000..70afb29 --- /dev/null +++ b/01-TestCase/tsg-ui/ui-settings/Search_Cached_Intermediate_Certificates_Case.robot @@ -0,0 +1,14 @@ +*** Settings *** +Force Tags tsg-ui settings Cached Intermediate Certificates +Resource ../../../03-Variable/bifangapivariable.txt +Resource ../../../02-Keyword/Tsg_Ui/Setting/Settings.robot +Library OperatingSystem + +*** Test Cases *** +Search_Cached_Intermediate_Certificates-001 + ${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 + ${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]