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) –
Glad to see, Selenium with Python by you. I was really waiting for it. I also loved your Selenium with Java videos..You teach very well.???
@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!!
Hi Naveen, this is an excellent video. I am following your all video tutorials and the explanation of each video is superb. Can you please make a tutorial on Jenkins pipeline also
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 ?
*“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.
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.
Hi Sir, I am big big fan of you, I learnt lot of things from your videos. You’re amazing, genius sir!!
You are great Naveen… Best Automation trainer in youtube … Thanks for the awesome videos.
Hi Sir, can i use pydev in eclipse for python automation practices?? thanks for your response.
Hi Naveen,
thanks for your videos.
I have 1 issue, i’m not able to find object locators like Name, Css selector etc when i choose Inspect option in chrome.
Can anyone help me.
Hey Naveen, would be really appreciated if you could post all this series. Thanks alot.
@naveen automation labs:Api testing with requests library in python. Is this going to be covered in this series ?
Hi Naveen
I like your videos very informative. Are you going to take classes for selenium python please let me know
Thanks, Naveen……Eagerly waiting for python series…some more videos, please
I have done your other python series videos…
Hi Naveen, can you please make a video to understand how to read the Python documentation?
Appreciate your efforts Naveen!
Thanks for starting off with python…
i was wishing u to upload it in python and here it goes!! thankyou naveen sir !! love from Nepal
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.
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. 🙂
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.