I am new to robot framework python, I am using eclipse RED editor.
*** 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
I am seeing following error msg:
TypeError: 'module' object is not callable
I am using mac. how to fix it? "Chomedriver" file exist in the Downloads path mentioned above.