-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mention the need to have suitable browser driver in installation instructions #7
Comments
Good point. That ought to be mentioned in SeleniumLibrary installation instructions that are linked from README, but it would nevertheless be a good idea to mention browser drivers there explicitly. |
Somewhat related to this, installation instructions should be changed not to use |
The SelenumLibrary README has browser driver section, which explains installation of the browser drivers. Should we link to the documentation or copy/paste documentation here? |
Definitely no copy-pasting, better to have more detailed explanation elsewhere. Just a note that browser specific browser driver is needed with a link to SL documentation ought to be enough. |
ran into the same issue for me. using |
i cannot find where are locators saved for username_field, and password_field. can you please tell. |
https://github.com/robotframework/WebDemo/blob/master/demoapp/html/index.html |
This still hasnt been fixed... Pls fix it for future users |
I ran into the same issue (missing geckodriver).
Great idea! In my case, this would have helped as it would have forced me to follow the Selenium installation instructions from their webpage. When I saw the option of using 'requirements.txt' to install everything, the Selenium docs were skipped. Edit: to clarify, this was my first time using Python, Robot Framework or Selenium. |
I had to install geckodriver in order to pass the test. It took me a while to figure that out. Being that this tutorial is for new users, that might be a helpful note to put in the readme.
The text was updated successfully, but these errors were encountered: