1 | Getting Started | Project Setup | Selenium Python

preview_player
Показать описание
00:00 - Introduction
00:28 - Step 1 - Check Python: already installed python --version pip --version
18:53 - Step 4 - Create New Project: Open PyCharm > File > create new project
26:04 - Step 5 - Add Selenium: PyCharm: File > Settings ("Preferences" on macOS) > Project > Project Interpreter
Click ‘+’ to add new package (can also add globally from command line)
Install selenium and webdriver_manager
32:48 - Step 6 - Create 1st Test: Right-click on the project folder and select New > Python File
Add code for selenium test

from selenium import webdriver
import time

driver = webdriver.Chrome(service=ChromeService(ChromeDriverManager().install()))

40:18 - Step 7 - Run and Check

▬▬▬▬ USEFUL LINKS ▬▬▬▬

▬▬ CI | CD | DEVOPS ▬▬

▬▬ UI TESTING ▬▬

▬▬ API TESTING ▬▬

▬▬ MOBILE TESTING ▬▬

▬▬ PERFORMANCE TESTING ▬▬

▬▬ SOURCE CODE MANAGEMENT ▬▬

▬▬ IDE ▬▬

▬▬ PROGRAMMING ▬▬

Every Like & Subscription gives me great motivation to keep working for you
You can support my mission for education by sharing this knowledge and helping as many people as you can

If my work has helped you, consider helping any animal near you, in any way you can

Never Stop Learning
Raghav Pal


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

Thank You Sir! As for your slogan: "Never Stop Learning" I am 71 years old and I am here to learn. Great tutorial! I know you have put in a lot of time and effect to make this tutorial for us. Truly grateful for your kindness.

RC-qllp
Автор

Thanks alot man 😍, i was running for some series of issues because of deprecated tutorials. Sending love from Brazil!

zehwaskow
Автор

I've watched about 8 such videos to get the setup working correctly, and this one is by far the most comprehensive and easy to follow and understand.

wuzzupu
Автор

Thank you! so comprehensive and detailed and professional! Love your vid and it helped me a lot!

NordCat
Автор

Thank you very much! I was struggling with the webdriver, and I had been searching for a solution for more than one hour until I find this video.

pliniado
Автор

I'm grateful, @Raghavpal sir.
This lecture is really well described. I've seen a number of videos on using Python with Selenium, but I had a lot of trouble installing and using WebDriver because most of the videos were out of date. Now that you've cleaned up all of my doubts, I feel much more confident.
You've addressed every issue that a beginner would have.

madhavvamsi
Автор

Simplicity at its best. That's all I can say about all your videos. Thank you for sharing.

flirtuall
Автор

Great video, nice and clean! Keep it up 🔥

withpaul
Автор

Thinking of it and here it come. Thanks Raghav.

stylishyousuf
Автор

Thank you very much for this tutorial! We will wait new tutorials!

abdulbasitschannel
Автор

It's the first good video about selenium! Thanks

rodrigogaldoz
Автор

thank u so much Raghav sir ..eagerly waiting for python selenium series..great sir.

mallikarjunag
Автор

Thank you very much for this tutorial. You explained easy understandable manner!

prasadboj
Автор

Thank you!!
I was struggling for 2 days with running my last selenium setup on colab which didn't work anymore following the webdriver support break.

JCarbonnell
Автор

Hi Raghav, Thank you so much for this video. from today i am starting Automation testing with python.

hemlatabisht
Автор

Raghav Pal I always like your explain stile and again this one is also super. Many thanks

zahidukalayev
Автор

It was very very Useful....Thank you so much Raghav Sir :)

venkatshabarish
Автор

Thank you so much Raghav for detail explanation.

suryasai
Автор

Very Helpful Vedio . Thank you so much

sheikhfurqan
Автор

Thanks Raghav, waiting for next learning Things in same series 🎉

prasannakamble