修改优化06版objects关键字
This commit is contained in:
@@ -364,7 +364,7 @@ object-edit-account
|
|||||||
|
|
||||||
object-edit-keywords
|
object-edit-keywords
|
||||||
[Arguments] ${name} ${keywordtext} ${hex}=close
|
[Arguments] ${name} ${keywordtext} ${hex}=close
|
||||||
Sleep 2
|
Sleep 3
|
||||||
click element id=objectEdit
|
click element id=objectEdit
|
||||||
Sleep 2
|
Sleep 2
|
||||||
Objects.Create-name ${name}
|
Objects.Create-name ${name}
|
||||||
@@ -391,7 +391,10 @@ ui-object-search-name
|
|||||||
sleep 2
|
sleep 2
|
||||||
click element id=select_new_search_btn
|
click element id=select_new_search_btn
|
||||||
sleep 2
|
sleep 2
|
||||||
click element //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]
|
click element xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]
|
||||||
|
sleep 2
|
||||||
|
click element id=clear_input_btm
|
||||||
|
sleep 1
|
||||||
|
|
||||||
object-edit-HTTPSignature
|
object-edit-HTTPSignature
|
||||||
[Arguments] ${name} ${reqrestype} ${reqresheader} ${keywordtext} ${hex}=close
|
[Arguments] ${name} ${reqrestype} ${reqresheader} ${keywordtext} ${hex}=close
|
||||||
@@ -467,6 +470,8 @@ Create-Sub-Objects
|
|||||||
click element xpath=//*[@id="objects_ip2"]/div/div[1]/div[2]/div[2]/ul/li[1]/span
|
click element xpath=//*[@id="objects_ip2"]/div/div[1]/div[2]/div[2]/ul/li[1]/span
|
||||||
sleep 1
|
sleep 1
|
||||||
END
|
END
|
||||||
|
click element id=objectAddSubClose
|
||||||
|
sleep 1
|
||||||
Create-Geography
|
Create-Geography
|
||||||
[Arguments] ${Country} ${City}
|
[Arguments] ${Country} ${City}
|
||||||
run keyword if "${Country}"!="null" Create-Country ${Country}
|
run keyword if "${Country}"!="null" Create-Country ${Country}
|
||||||
|
|||||||
Reference in New Issue
Block a user