Getting error as geckodriver.exe executable needs to be in PATH when running test runner file in robot framework
I have downloaded and added geckodriver path in executable path and system variable. But still facing the same.
As alternate way i tried same for chromedriver also, but still facing the same error
executable_path= "C:\New folder\geckodriver.exe"
I have followed whatever mentioned in,
Selenium using Python - Geckodriver executable needs to be in PATH