robot framework中设置指定路径下的谷歌浏览器
robot framework中设置指定路径下的谷歌浏览器
代码如下
*** Settings ***
Library SeleniumLibrary
*** Test Cases ***
百度搜索
import library SeleniumLibrary
#设置打开指定路径下的谷歌浏览器
open browser https://www.baidu.com Chrome options=binary_location=r"C:\Program Files\Google\Chrome\Application\chrome.exe"
# 设置隐士等待
set browser implicit wait 10
#输入关键字
input text id=kw 软件测试\n