Discussion:
[selenium-users] Basic Help Getting Started
MHG
2018-08-30 13:53:25 UTC
Permalink
I'm new to Selenium. I've read the description of Selenium WEbDriver and
Selemium IDE and decided WebDriver would be best for my needs.

However, when I go to the downloads page - there is nothing called
'Selenium Webdriver'.

What package do I download and install to get started?

Thanks!
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/127883e0-ac8b-423a-aa09-a13e9c149e8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Shawn McCarthy
2018-08-30 15:22:18 UTC
Permalink
MHG, you would need to get the selenium library from whichever language
package manager you use? For example, with python, you can install selenium
via pip install selenium . For java, you can use maven. For node, you can
use npm, etc.
Post by MHG
I'm new to Selenium. I've read the description of Selenium WEbDriver and
Selemium IDE and decided WebDriver would be best for my needs.
However, when I go to the downloads page - there is nothing called
'Selenium Webdriver'.
What package do I download and install to get started?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/6955052e-0495-4cce-83c7-2b2368d01220%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Madonna Hurley
2018-08-30 16:47:47 UTC
Permalink
Thank you
Post by Shawn McCarthy
MHG, you would need to get the selenium library from whichever language
package manager you use? For example, with python, you can install selenium
via pip install selenium . For java, you can use maven. For node, you can
use npm, etc.
Post by MHG
I'm new to Selenium. I've read the description of Selenium WEbDriver and
Selemium IDE and decided WebDriver would be best for my needs.
However, when I go to the downloads page - there is nothing called
'Selenium Webdriver'.
What package do I download and install to get started?
Thanks!
--
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/d/msgid/selenium-users/6955052e-0495-4cce-83c7-2b2368d01220%40googlegroups.com
<https://groups.google.com/d/msgid/selenium-users/6955052e-0495-4cce-83c7-2b2368d01220%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAJz19gfQ9toN3-e87%2BdtxpWAYhK9otiRyJhzc%3DLMfaHmVsM%3D8Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Doug Dragon
2018-08-30 17:19:59 UTC
Permalink
Shawn is right; you just need to get the selenium library for whatever
language you're planning on using.

https://www.seleniumhq.org/download/ shows some of the selenium language
bindings.
https://selenium-python.readthedocs.io/installation.html shows how to get
started with Python.
Post by MHG
I'm new to Selenium. I've read the description of Selenium WEbDriver and
Selemium IDE and decided WebDriver would be best for my needs.
However, when I go to the downloads page - there is nothing called
'Selenium Webdriver'.
What package do I download and install to get started?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/f183723d-4c49-4283-9a5f-369d5c25b9fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mike Hetzer
2018-08-30 19:12:19 UTC
Permalink
Idk if you are keen on Visual Studio and C# but I have a sandbox solution
with Selenium and Chromedriver packages installed and ready to go.
Also has many examples, tests, practice test cases ready to go too.

You can download here:
https://drive.google.com/drive/folders/0BysJ1o0yuqNGNkVENEhBM3QxMm8?usp=sharing
Post by Doug Dragon
Shawn is right; you just need to get the selenium library for whatever
language you're planning on using.
https://www.seleniumhq.org/download/ shows some of the selenium language
bindings.
https://selenium-python.readthedocs.io/installation.html shows how to get
started with Python.
Post by MHG
I'm new to Selenium. I've read the description of Selenium WEbDriver and
Selemium IDE and decided WebDriver would be best for my needs.
However, when I go to the downloads page - there is nothing called
'Selenium Webdriver'.
What package do I download and install to get started?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/90440775-8fb1-432c-aa37-9912c2b66b03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Vikram
2018-11-14 11:42:45 UTC
Permalink
Please check my blog

https://vikramviknowledgesharing.wordpress.com/2017/01/01/selenium-vickypedia-web-automation/
<https://vikramviknowledgesharing.wordpress.com/2017/01/01/selenium-vickypedia-web-automation/>

This has got tons of info I collected over decade with help of google.

Hope it helps
Post by MHG
I'm new to Selenium. I've read the description of Selenium WEbDriver and
Selemium IDE and decided WebDriver would be best for my needs.
However, when I go to the downloads page - there is nothing called
'Selenium Webdriver'.
What package do I download and install to get started?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/138fc219-830c-4ca1-926e-b95c5c026bbf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
connect2tech
2018-12-03 18:18:21 UTC
Permalink
Awesome. Very useful information.
Post by Vikram
Please check my blog
https://vikramviknowledgesharing.wordpress.com/2017/01/01/selenium-vickypedia-web-automation/
<https://vikramviknowledgesharing.wordpress.com/2017/01/01/selenium-vickypedia-web-automation/>
This has got tons of info I collected over decade with help of google.
Hope it helps
Post by MHG
I'm new to Selenium. I've read the description of Selenium WEbDriver and
Selemium IDE and decided WebDriver would be best for my needs.
However, when I go to the downloads page - there is nothing called
'Selenium Webdriver'.
What package do I download and install to get started?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/f43e1f35-0da8-4fc3-8cc1-f10fcd4846e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...