67 lines
1.9 KiB
Plaintext
67 lines
1.9 KiB
Plaintext
*** Settings ***
|
|
Library Selenium2Library
|
|
|
|
*** Keywords ***
|
|
|
|
Ui-User-Search-Name
|
|
sleep 2
|
|
click element id=one-input
|
|
sleep 2
|
|
click element id=input_list_li1
|
|
sleep 2
|
|
click element id=update_sreach0
|
|
sleep 2
|
|
click element id=OperatorInfo01
|
|
sleep 2
|
|
click element id=select_new_search_btn
|
|
sleep 2
|
|
|
|
Ui-User-Search
|
|
sleep 2
|
|
click element id=one-input
|
|
sleep 2
|
|
click element id=input_list_li1
|
|
sleep 2
|
|
click element id=update_sreach0
|
|
sleep 2
|
|
click element id=OperatorInfo02
|
|
sleep 2
|
|
click element id=select_new_search_btn
|
|
sleep 2
|
|
|
|
Ui-User-Search-Operator
|
|
[Arguments] ${operator}
|
|
input text id=one-input ${operator}
|
|
sleep 2
|
|
click element id=select_new_search_btn
|
|
sleep 2
|
|
|
|
login
|
|
Input Text xpath=//*[@id="app"]/div/div[2]/div/div[2]/div/input sjy
|
|
sleep 1
|
|
input text xpath=//*[@id="app"]/div/div[2]/div/div[3]/div/input 111111
|
|
sleep 1
|
|
click element id=login
|
|
sleep 2
|
|
|
|
Ui-login
|
|
Menu administartion Audit Log
|
|
sleep 3
|
|
|
|
Ui-Pages
|
|
[Arguments] ${accpages}
|
|
click element xpath=//*[@id="app"]/div/div[3]/div/div/div[4]/div/ul/li[1]
|
|
sleep 2
|
|
click element xpath=//*[@id="app"]/div/div[3]/div/div/div[4]/div/button[2]/i
|
|
sleep 2
|
|
Clear Element Text xpath=//*[@id="app"]/div/div[3]/div/div/div[4]/div/span[2]/div/input
|
|
sleep 2
|
|
input text xpath=//*[@id="app"]/div/div[3]/div/div/div[4]/div/span[2]/div/input ${accpages}
|
|
sleep 2
|
|
press keys xpath=//*[@id="app"]/div/div[3]/div/div/div[4]/div/span[2]/div/input ENTER
|
|
sleep 2
|
|
|
|
Pages
|
|
[Arguments]
|
|
Menu administartion Audit Log
|
|
sleep 3 |