could anyone help please, I have this code:
*** Settings ***
Library Selenium2Library
*** Variables ***
${BROWSER} ff
${WEBSITE} http://www.google.com
*** Test Cases ***
Browser test
[Documentation] Google site.
[Tags] Tag.
Open Browser ${WEBSITE} ${BROWSER}
Close Browser
I think code is correct, but i get this error: webdriverexception message 'geckodriver' executable needs to be in path
I have:
- Win32
- FF 47
I don't know, how to install webdriver? How to put it to the PATH?
- Here is no win32 version: https://github.com/mozilla/geckodriver/releases
I have no idea what's going on here, nowhere any guide. - I found only this, but don't understand, how to install that? How set the path? A what should I do with that code?