You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
473 B
10 lines
473 B
*** Settings ***
|
|
Library SeleniumLibrary
|
|
|
|
*** Test Cases ***
|
|
1-Open_browser
|
|
Open Browser http://backstage.test.qniao.cn/ chrome #在浏览器中打开网页
|
|
SeleniumLibrary.Input Text //input[@placeholder="手机号/邮箱"] laiyonglan@qniao.cn #登录交易版系统
|
|
sleep 1
|
|
SeleniumLibrary.Input Text //input[@placeholder="密码"] qn123456
|
|
Click Button //button[@class='ant-btn ant-btn-primary ant-btn-block']
|