From 238fb298b8e2696ba0f06e0cfeaac51cb2a311c5 Mon Sep 17 00:00:00 2001 From: byb11 Date: Thu, 4 Mar 2021 11:57:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Settings=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E6=98=BE=E7=A4=BA=E8=AE=BE=E7=BD=AE=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E5=AD=97=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02-Keyword/tsg_ui/setting/Settings.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02-Keyword/tsg_ui/setting/Settings.robot b/02-Keyword/tsg_ui/setting/Settings.robot index dd2b63b..8102cc4 100644 --- a/02-Keyword/tsg_ui/setting/Settings.robot +++ b/02-Keyword/tsg_ui/setting/Settings.robot @@ -2308,7 +2308,7 @@ PagingDisplay ... ${Number}: 设置页面显示数据条数 (20、5、30、50、100) ... ${last} 次关键字 当最后一页定位和其他页面不同时,传入非null的值 ... ${lastxpath} 当最后一页定位和其他页面不同时,传入最后一页的xpath 定位 - Mouse Over xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[last()]/span/div/i + Mouse Over xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div/span/span/div/i sleep 1 run keyword if "${Number}"=="30" run keywords sleep 1 ... AND Click element xpath=//*[@id="page-size"]/div/label[2] @@ -2341,7 +2341,7 @@ PagingDisplay_Second ... ${Number}: 设置页面显示数据条数 (20、5、30、50、100) ... ${last} 次关键字 当最后一页定位和其他页面不同时,传入非null的值 ... ${lastxpath} 当最后一页定位和其他页面不同时,传入最后一页的xpath 定位 - Mouse Over xpath=//*[@id="ly-table1-listcontent"]/div[last()]/div/span/div/i + Mouse Over xpath=//*[@id="ly-table1-listcontent"]/div/div/span/span/div/i sleep 1 run keyword if "${Number}"=="30" run keywords sleep 1 ... AND Click element xpath=//*[@id="page-size"]/div/label[2]