我使用 Robot 框架在 Ride 中创建了一个测试一个测试用例。运行时出现错误。
我更新了python的路径。我更新了图书馆和骑行。我更改了文件夹,但它不起作用
*** Settings ***
Documentation This is a simple test with Robot Framework
Library SeleniumLibrary
*** Variables ***
${SERVER} http://www.google.com
${BROWSER} chrome
${DELAY} 0
*** Keywords ***
Open Browser To Login Page
Open Browser ${SERVER} ${BROWSER}
S
Maximize Browser Window
Set Selenium Speed ${DELAY}