robot 基本操作(一)

robot 代码部分:

*** Settings ***
Library           Selenium2Library

*** Test Cases ***
web_case1
    open browser    http://www.baidu.com    ie
    sleep    5
    input text    id=kw    测试
    click button    id=su
    close browser

robot 页面操作说明:


遇到报文的问题:


解决办法:升级selenium版本

猜你喜欢

转载自blog.csdn.net/fristars2/article/details/80034519