Login

Lost your password?
Don't have an account? Sign Up

Selenium WebDriver With Python – Installation & First Code – Part 1

In this video, I have explained how to use selenium with python language binding.
Learn:
python 3.8 installation
install pyCharm IDE
install selenium using pip
write your first code in Selenium-Python

You can refer selenium-python git page:

pip command for selenium:
pip install -U selenium

get exe files for chrome/FF

~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:

Follow me on my Facebook Page:

Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:

Paid courses (Recorded) videos:

For Java & Selenium –
For API (Manual + Automation) –

https://www.educational.guru

20 comments

  1. Mittal Patel

    @Naveen: When to use Selenium with Java and Selenium with Python in various web app automation? What parameters should be considered when it comes to pick automation tools and technologies. With experience we would u’stand this but would be nice if you share your thoughts on this. Why Python and not Java and when. Thanks much!!

  2. Sathyavelu Pv

    Hi Naveen excellent video . One question in the env variable why one path has been mentioned with python and other one till scripts?
    how do you get the python.exe files for python interpreter you showed in pycharm ?

  3. Urvish Mahajan

    *“element is not attached to the page document”*

    If you are facing this error, try this inside the *for loop* :

    for ele in optionsList:
    time.sleep(1)
    print(ele.text)

    Setting a sleep timer will likely help you overcome this error.
    If you still face the same error, try setting the sleep timer to 2 or 3 seconds.

  4. Suresh ezhumalai

    Hi Naveen, Thanks for this series.
    I try to setup and install selenium as mentioned in the video but i get connection timed out error because of the proxy. I set up the proxy in the pycharm and in the environment variables but it is not working. Anyone facing this issue.Could you please help on this.

  5. ravi kumar

    Hi Naveen, I want to know one thing, we are using Web driver and selenium libraries in Pycharm as well, so Pycharm still depends on selenium concepts, doesn’t it has own driver or libraries for its automation on web applications? Kindly let me know. Thank you.

  6. aarti singh

    Really appreciate your continuous work of teaching….and also your dialogues like”i am not doing any rocket science” which give so much boost to learn at any point of time in career…..thanks u so much. 🙂

  7. Sarjerao Sandbhor

    Hello,
    Is it possible to use “Python” language with “Karate” Framework for UI & API Automation ?
    If yes, can you please create setup videos using Karate Framework using Python language in PyCharm.
    Thanks.

Leave a Comment

Your email address will not be published. Required fields are marked *

*
*