Selenium Python Beginner Tutorial - Learn Selenium Python in one video | Step by Step

preview_player
Показать описание
Environment Variable setup: 4:08
Learn Selenium Python in ONE VIDEO | Step by Step
Today we will learn:
1. How to download python on windows
2. How to install python
3. How to install selenium python libraries
4. Download IDE - PyCharm
5. Create new project
6. Add selenium scripts
7. Run and Validate

Step 2 : Install and check python and pip is installed successfully
python --version
pip --version
Step 3 : install selenium libraries
pip install -U selenium
Step 4 : Download PyCharm - community edition
Step 5 : Create new project in PyCharm
Step 6 : Adding selenium scripts to the project
note: those who face problem on click btnK replace it with "q".
Step 7 : Run from IDE
Run from Command Line

Some Useful TIPS

_____________________________________________________________
Like on Facebook :

Follow on Twitter:

Subscribe on Youtube :

________ ONLINE COURSES TO LEARN ________

------------ UI TESTING ------------

------------ API TESTING ------------

------------ MOBILE TESTING ------------

------------ CI | CD | DEVOPS ------------

------------ VERSION CONTROL SYSTEM ------------

------------ PERFORMANCE TESTING ------------

------------ JAVA ------------

------------ MAVEN ------------

------------ OTHERS ------------

------------ Follow ------------
Рекомендации по теме
Комментарии
Автор

TY for your efforts! Your channel is one of a few, that a real newbie can watch. Very detailed explanation. Keep doing those videos and selenium+Python too.

veidenbahlev
Автор

For the interpreter, you can instead create a pipfile with 'pipenv shell' and install with pip everything you need, and PyCharm will auto-load it. I find this pretty easier than the interpreter.

Skaxarrat
Автор

I'm a Software Test Engineer and I know Selenium Java but I needed to learn Selenium Python to train freshers in my company and I was worried because I didn't find any well taught tutorial. But this video was a great boon for me to learn it. Thanks for the video. You are such an awesome tutor !!!

liyamathew
Автор

Thanks for this elaborated information
Earlier I was confused with webdrivers

MrRahul
Автор

This is one of the best explained tutorials I have seen yet, thanks for your time and patients !

abcdsfeewr
Автор

Notes for Python 3.X Users on Windows:

If you cannot find "Environment Variables" in C Drive then do not worry, just go to here you will get the installation path.

For more information please refer link below:

madeinsy
Автор

thank you very much! I was forced to learn about automated testing and this makes my life so much easier and everything faster to learn.

ASTROCZ
Автор

Thanks Raghav! really helpful one, request if you can share a video for installation of all tools & language over mac. Thanks in advance. :)

richasahay
Автор

Thank you... I was looking for tjhis kind of video which explain the detail from scratch.

deepakkhetan
Автор

skip to 14:44 for the actual Selenium code

laneschmidt
Автор

Best tutor fro automation in youtube. Very good content and in addition your pace and voice is so good

NimbuCB
Автор

If you are getting a directory error, remove the directory and paste your browser driver in the same folder of the python script.

wintercraft
Автор

I am loving this video. I am a first timer at python programming and at selenium. I find this video very simple and I am able to understand at my best. Well done Raghav!

dinglenjau
Автор

Thank you for your tutorials. I want to say in this example I add ..., Keys.ENTER ... because the browser was expecting that, just to share in case someone have the same issue this is the line: driver.find_element_by_name("q").send_keys("text", Keys.ENTER)

carlosquevedo
Автор

thanks so much ....i was having many errors ...now its all solved ...you covered every little points

NitzVision
Автор

Thanks Raghav, this has been the only tutorial I’ve been able to find that properly shows how to install and set up the webdrivers. Keep up the great work 👍

sgian_ime
Автор

Thank you, Raghav - simple, exact and working demo. You've made my day!

mykolashatkovskyi
Автор

Thanks raghav..I''m learning selenium with Java and this one would help me ...:) I like all your videos and wait for your Friday and Sunday sessions....take care

ankitlohia
Автор

As a beginner level this video is very useful. Thank You.

roshank
Автор

Thank you sir. Your method lead me to a working script with only 2 library modules. I followed along using linux without a single issue.

MrJeepty