3. Beginners guide for Selenium webdriver using ruby - Session 1(Ruby and Selenium setup).

preview_player
Показать описание
This video demonstrates how to work with ruby along with selenium webdriver, we will be covering the below topics:
1) Install Ruby.
2) Install selenium webdriver jars for ruby.
3) Launching a Firefox browser through .rb file.
4) Launching a Firefox browser from command prompt.
5) Download ruby language package for eclipse IDE.
6) Launching a Firefox browser from eclipse IDE.

-~-~~-~~~-~~-~-
Please watch: "Ruby tutorial: Chapter 1 Top 5 reason why you should learn ruby."
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

This was a very helpful video but a couple of things were missed for people who have never installed Ruby or Selenium on their computers before. (Like me, today :)

1. Gem FFI is needed for windows machines (install gem FFI)
2. Geckodriver needs to be installed for selenium to run Firefox (chromedriver is needed for Chrome)
3. To get geckodriver to work you need to set up a path in your system variables
4. Also, depending on the version of geckodriver (I used v0.26.0) you may need to install Microsoft visual studio redistributable runtime files

But the good news is the rest of the tutorial was perfect and I got everything working! Thanks again for the video!

saskmansbrother
Автор

Conglats and thanks for sharing. I am a beginner in Selinium with Ruby and this Video helped me so much. So very thanks!

luciliadeoliveira
Автор

Hey, its really nicely explained. Thanks Gagan for sharing this video!

lohithveerabhadrappa
Автор

i was trying exactly, what you have suggested in your video but I am getting error Unable to find Mozilla geckodriver. Please download the server from " since i have also set up graco driver in path
please help me to solve this problem

anupamchaubey
Автор

Hello Gagan, Is there any chance you can make video for Selenium webdriver using ruby? Thank You.

DAMODAR
Автор

when I double click the file LaunchBrowser.rb the command prompt is force close and can't open browser, how to solve it? thanks

irfandummy
Автор

nice.. small suggestion: Use quickedit in cmd for faster development. :)

SumitGupta
Автор

Can you show how to use ruby selenium with the tor browser?

harjitsingh
Автор

thank you, is anyone knows there's any online course (charge or no charge is fine) which teach a deep-knowledged & professional about Automation Test using Selenium WebDriver and Ruby/RoR?

dungdoan