【发布时间】:2020-10-11 20:31:12
【问题描述】:
我是机器人框架 python 的新手,我正在使用 eclipse RED 编辑器。
*** Settings ***
Documentation Simple example using SeleniumLibrary.
Library SeleniumLibrary
*** Test Cases ***
MyFirstTest
Log Hello World...
FirstSeleniumTest
Create Webdriver chrome executable_path=/Users/ljames/Downloads/chromedriver
Open Browser https:google.com chrome
Close browser
我看到以下错误消息:
TypeError: 'module' 对象不可调用
我正在使用 mac。如何解决? “Chomedriver”文件存在于上述下载路径中。
【问题讨论】:
-
请显示完整的堆栈跟踪。
标签: python-3.x selenium-chromedriver robotframework