Hi all,
I am new to robot framework and trying to setup chrome driver. I am getting the following error :- " The path to the driver executable must be set by the webdriver.chrome.driver system property"
I have placed the chrome driver at an appropriate location and have set the path detail in my code as well.
My code:-
*** Settings ***
Documentation A resource file containing the application specific keywords
Library Selenium2Library
Library OperatingSystem
*** Keywords ****
#Set Environment Variable webdriver.chrome.driver C:\\selenium_drivers\\chromedriver.exe
Set Environment Variable
webdriver.chrome(executable_path=C:\\selenium_drivers\\chromedriver.exe)
*** Test Cases ***
Check out joe colantonio dot com
Any help would be appreciated.
Thanks,
Akshay