Web automation in python for beginners

  Рет қаралды 549,489

Hitesh Choudhary

Hitesh Choudhary

Күн бұрын

Пікірлер: 763
@bbf0ab08cb44becfec
@bbf0ab08cb44becfec 4 жыл бұрын
"If you take out the fun, it's not fun anymore" wise words indeed.
@xichenli2001
@xichenli2001 4 жыл бұрын
Indeed, "if you take out all the fun, whats gone leftover gonna be Notfun"
@whatnothin1401
@whatnothin1401 4 жыл бұрын
just wanted to state this ... i am amazed :D
@vaibhavtiwari6540
@vaibhavtiwari6540 3 жыл бұрын
Yes, "There is no fun, without fun."
@souravkumar5774
@souravkumar5774 3 жыл бұрын
Every 60 seconds in Africa, a minute passes.
@abhay6276
@abhay6276 3 жыл бұрын
It's same applicable for life...
@omkhard1833
@omkhard1833 3 жыл бұрын
Bieng a CCNA aspirant i am too happy to listen when Tino Sir says "I am not a programmer guy i grew up with switch routers and firewaalls" literally touch my heart.... keep up the great work sir
@MurrayRide
@MurrayRide 4 жыл бұрын
This is honestly the best most simple tutorial on this subject! I am going to be watching all of your Python tutorials, I am a statistician who has switched away from R to Python and your videos are the perfect introduction to self learn on any topic. Thank you so much for your time in making these!
@KamranKhan006
@KamranKhan006 4 жыл бұрын
Clicked this video randomly, bro you are doing a lovely job explaining everything in such a neat and tidy way. Thank you! more power to you!
@kshirodpatel
@kshirodpatel 4 жыл бұрын
We are fortunate that we are living in an era where teacher like Hitesh is teaching us. Sir your quality of teaching is awesome. Love from bhubaneswar, India.
@rudraprasad5022
@rudraprasad5022 4 жыл бұрын
Bro i am frm khordha
@bud384
@bud384 4 жыл бұрын
couldn't agree more, i've just subscribed!
@kakashisenpai99
@kakashisenpai99 4 жыл бұрын
Bro from Cuttack
@jajatieverready
@jajatieverready 4 жыл бұрын
@@kakashisenpai99 do u know python?
@Junedmx
@Junedmx 4 жыл бұрын
Bro from Nayagarh
@suryamadhav5208
@suryamadhav5208 4 жыл бұрын
Ur happiness and joy in programming is so contentious .
@cats-uk
@cats-uk 3 жыл бұрын
Do you mean “contagious”?
@tocodelray
@tocodelray 3 жыл бұрын
I've been struggling to learn Python for exactly that reason - boring boring boring. Finally I learned that this is the way to go: pick a fun project and then learn what you need to accomplish it. Thanks for the great videos!
@sheelakaur6319
@sheelakaur6319 3 жыл бұрын
Thank you Hitesh, you just demo’d a complex subject in a fun and straight forward way. I look forward to your other videos!!
@silentxcure
@silentxcure 2 жыл бұрын
im so glad i found this. I do a lot of inputting in my current job, so i am trying to create a program where i can have all my work inputted automatically. This is a great first step. thanks so much.
@rohan1002
@rohan1002 4 жыл бұрын
You are the real face of professionalism.
@uscjake868
@uscjake868 2 жыл бұрын
I 1000% percent agree with you. If you cannot show students how you can do practical things with programming they get bored. Simple data in/out is not satisfying. Show them how to webscrape a site to check prices of their favorite shoes. That is a real application that is satisfying and can make you money!
@larryg.6512
@larryg.6512 4 жыл бұрын
Great topic and video. Thank you very much. Really needed this as I want to know how to apply what I’m learning and have fun, including with automation, and not just be “dry” about it. Looking forward to learning more from you great job!
@lynic-0091
@lynic-0091 4 жыл бұрын
Ho-ly shit I had no idea this was possible, I'm using Cypress in Gitlab CI, combined with a Python script which notifies our team if a test fails. But you're telling me I can ditch Cypress and code everything myself? You're effing right, this is what makes programming EPIC. Doesn't surprise me I was already subscribed to this channel. Thanks a lot!
@jdragon8184
@jdragon8184 4 жыл бұрын
finally a real video worth watching , i enjoyed my ds course and now for reward i will do this , ps : all my friend are doing web dev and i didn't want that so selenium helped
@saty
@saty 3 жыл бұрын
That's great. Now I understand why we should not click random things , looking very tempting 🤣🤣🙂
@slashd
@slashd 4 жыл бұрын
Actually it's much easier to just install the Selenium IDE extension to your Chrome/Firefox browser, record what you are doing, then export it to Python code and work from there. The generated Python code: driver.find_element(By.NAME, "search_query").click() driver.find_element(By.NAME, "search_query").send_keys("selenium") driver.find_element(By.NAME, "search_query").send_keys(Keys.ENTER)
@rishirajbehera7183
@rishirajbehera7183 3 жыл бұрын
Note: As of 2021 for Mac users, use: brew install --cask chromedriver .... keep learning ..
@CamKnoppMusic
@CamKnoppMusic 4 жыл бұрын
Just finished 4 years of computer science in college and probably 99% of it was just boring stuff. I feel like they could inspire their students to be passionate about code if they taught cool things like what you're teaching, but instead they just make students do boring projects year after year. Great video!
@AidanCosseyDiaz
@AidanCosseyDiaz 2 жыл бұрын
This video is absolutely amazing and has really helped me alot. I haven't added a comment yet so I just want to say that this video has helped me so much and I would recommend it to anyone who wants to learn Web automation in python! Thank you so much! Edit: For firefox driver = webdriver.Firefox() works.
@champi-metal
@champi-metal 4 жыл бұрын
Cool man. Always keep programming fun. It gives joy when you use programming for personal stuff.
@lobsangbarriga5324
@lobsangbarriga5324 2 жыл бұрын
Brooo thank you very much for this, I wanted to automate some tasks for a long time and with this knowledge I finally managed to do it, have an amazing day!
@manofspork1135
@manofspork1135 4 жыл бұрын
Hitesh! I've spent my time doing competitive programming, I just learned piles of useless theory and programmed just to analyze data. I lost all motivation to program and actually began to hate computer science. You have reignited my interest in programming again! I haven't felt this way in a very long time
@sunilghimire6990
@sunilghimire6990 4 жыл бұрын
I'm loving your video editing part these days
@HiteshCodeLab
@HiteshCodeLab 4 жыл бұрын
Thanks
@ppandolff9038
@ppandolff9038 4 жыл бұрын
"If you take out the fun element, it's not fun anymore" That's some logic right there
@adeltahmid_
@adeltahmid_ 4 жыл бұрын
Hi sir.I am Adel Tahmid from Bangladesh and I am only 15. I am really inspired by your videos and I learned a lot from them
@e10etcreature43
@e10etcreature43 3 жыл бұрын
Using xpath is my biggest take away thanks a lot , FUN always.
@abhasvohra4914
@abhasvohra4914 3 жыл бұрын
I m shocked that I haven't subscribed you yet.. Killed the subscribe button already.. kudos brother.. keep doing whatever you are doing.. cheers!! ✌
@XoLucyna
@XoLucyna 4 жыл бұрын
Thanks You Sir. I'm A 13 Years old Programmer In Python. And your tutorials are the best. Not because the video is good, interesting, or Informative. Yes, Of course the video is Really Informative, Useful and everything but beacause you thought me what programming actually is. Thank You Very Much.😇😇😇🙂🙂
@sreedarshshaji5951
@sreedarshshaji5951 4 жыл бұрын
Respect. At your age, I was working around how to grow a snake on a nokia.
@the-iter8
@the-iter8 4 жыл бұрын
@@sreedarshshaji5951 Things have changed, at his age I was busy playing cricket
@ronak.wadhwani
@ronak.wadhwani 2 жыл бұрын
I am also 13 and I am also a programmer :)
@patrykstarzyniak9593
@patrykstarzyniak9593 4 жыл бұрын
My favourite programming teacher on youtube!
@akshaypendyala
@akshaypendyala 4 жыл бұрын
Now this is what you call fun! I am gonna try it today!
@iamhritikpawar
@iamhritikpawar 4 жыл бұрын
Thanks for that. I made a automatic wallpaper downloader. Since I manually change my wallpaper daily . Now it will do work for me.
@kennywoo9012
@kennywoo9012 3 жыл бұрын
if u take the fun element out of it.. its not fun anymore.. what a genius
@yuvraj6279
@yuvraj6279 4 жыл бұрын
Yes we need more videos on automation using phython🤓
@jayjain6204
@jayjain6204 4 жыл бұрын
We really need teachers like you 👌
@arifshaik8405
@arifshaik8405 Жыл бұрын
Simple and clean explination, Great work
@gauravvishwakarma____3330
@gauravvishwakarma____3330 4 жыл бұрын
Great KZbin channel for providing simple way of technology
@ABYZA
@ABYZA 2 жыл бұрын
this is rocket science.
@kedard1001
@kedard1001 4 жыл бұрын
The pleasure is watching your videos. You are always motivation for me to keep going joyfully in programming world. Thank you sooo much hitesh sir.
@Goodhealthall2015
@Goodhealthall2015 4 жыл бұрын
Yes, you reminded me the nostalgic days of making triangles, pyramid etc in c++
@VikTheGreat360
@VikTheGreat360 4 жыл бұрын
That background wallpaper is SO COOL!!!
@harshitaggarwal4981
@harshitaggarwal4981 4 жыл бұрын
Your videos just removed my tension to make project for my final sem loved ur videos ....more power to you♥️😇
@kimkimathi2312
@kimkimathi2312 3 жыл бұрын
I hit the suscribe button you are the best my techie,,your lively
@testtest7957
@testtest7957 4 жыл бұрын
Please Hitesh sir. Make more videos on web automation with python because the way you teach us is very simple and understanding. Please make more videos. As I am a software tester and using Java but wanted to move with python automations. And your tutorial is what makes me excited to do it. Please sir it's my humble request.
@erdoganatas9656
@erdoganatas9656 3 жыл бұрын
In case you get an error such as webdriver must be added to the path ecc, in our current system which is windows 10, search view advanced system settings then click on Environment Variables, later click to the path and add the path that your webdriver is located, as an example if my files are to be in a file called WebDrivers on my desktop I am supposed to add this line " C:\Users\dro_m\Desktop\WebDrivers " , finally restart your computer so that your pc can recognize the path.
@dhruvbhartia6655
@dhruvbhartia6655 4 жыл бұрын
Awesome! This made me think that how interesting my life can actually be. Thanks a lot for this video 😊.
@aryanshmahato
@aryanshmahato 4 жыл бұрын
7:05 Hitesh sir put Semi-colon at the end of the line... Black Panther: We don't do that here
@HiteshCodeLab
@HiteshCodeLab 4 жыл бұрын
😂😂😂
@kiranp45
@kiranp45 4 жыл бұрын
🤣🤣😅
@mformobileapps
@mformobileapps 2 жыл бұрын
now i realize that decision to learn coding was the best one ❤❤❤
@JatinChhabra
@JatinChhabra 3 жыл бұрын
Its simple for a master like you, but its awesome for a guy like to who bring more productivity with such awesome code. That was an really interesting tutorial Hitesh. Thanks for sharing it.
@Rass90
@Rass90 4 жыл бұрын
U have ni idea how much this was helpful to me thx alot
@arunjithm84
@arunjithm84 3 жыл бұрын
You are going to save me 5 hours of work eveyday 😄 My tool development is in progress 😎👍 Thanks much for the video 😊❤
@sagarnashikkar9408
@sagarnashikkar9408 3 жыл бұрын
Wow...!!! Thank you Hitesh sir... Leaning Python and loving it a lot...
@MattLeitholt
@MattLeitholt 3 жыл бұрын
This video gave me the excitement to continue learning about Python. I am headed to my desktop now to play 😁
@georgeboustanis1690
@georgeboustanis1690 3 жыл бұрын
Wow man you made it crystal clear!!!!
@Ethanhunt8900
@Ethanhunt8900 4 жыл бұрын
Hi bro your videos are nice and ur way of looking the code is in the next level. Even I don't like the old same pattern of learning the code. keep doing this. Love from Coimbatore :)
@kurdmanpouyesh
@kurdmanpouyesh 4 жыл бұрын
Wooooooow. Man that was exactly what i needed. You got yourself a new subscriber. Viva amitab bachan!
@abhijeetgaikwad2748
@abhijeetgaikwad2748 4 жыл бұрын
Your English accent is so good 🔥
@saurabh95mishra
@saurabh95mishra 3 жыл бұрын
cringe it is
@naninani296
@naninani296 3 жыл бұрын
@@saurabh95mishra bruh, its good -_-
@awaraamin9670
@awaraamin9670 4 жыл бұрын
Well done Hitesh, please keep sharing your knowledge with us. I enjoyed it.
@al7240
@al7240 2 жыл бұрын
Thank you for such a simplistic approach.
@impulsemotivation7893
@impulsemotivation7893 3 жыл бұрын
That is so cool!!!
@impulsemotivation7893
@impulsemotivation7893 3 жыл бұрын
As a non-programmer, my mind is blown 😲
@mujtabaahmad5188
@mujtabaahmad5188 3 жыл бұрын
To the point and quality content. Appreciated!
@yosis1117
@yosis1117 4 жыл бұрын
loved the positive approach , problem is once you learn all that and want to find a job as an automation tester , the interview process will contain mostly programming problem solving questions using algos , these are super hard for me to master/practise(not fun at all). did anyone experience that while job hunting?
@prashant3162
@prashant3162 3 жыл бұрын
I already liked it seeing just the first 30 seconds...
@bhagyashreeyede6784
@bhagyashreeyede6784 3 жыл бұрын
Yes sir. I want such kind of videos for Automation with python.
@krishnabezawada
@krishnabezawada 4 жыл бұрын
Good ... But I want to know how can I perform selenium automation on Current web browser (without opening another chrome Tab separately for selenium ) Thanks in advance ...
@AsianSparrow
@AsianSparrow 4 жыл бұрын
kzbin.info/www/bejne/g4HWfWOVgbybfck
@surajkamble3548
@surajkamble3548 4 жыл бұрын
No one : Literally no one : Hitesh sir : i finally wrote my name. 🤣😂
@HiteshCodeLab
@HiteshCodeLab 4 жыл бұрын
Hahaha, that’s a really long last name
@surajkamble3548
@surajkamble3548 4 жыл бұрын
@@HiteshCodeLab 😅 well ,not that long for an indian sir.
@dappshow3094
@dappshow3094 4 жыл бұрын
never use sudo pip
@itsmmdoha
@itsmmdoha 4 жыл бұрын
I wish I had a haha reaction button 😂
@nachtfuchs7711
@nachtfuchs7711 4 жыл бұрын
This is exactly what I was looking for. I got to learn that from scratch but it will be worth it
@joydipdewanjee993
@joydipdewanjee993 4 жыл бұрын
looks like the secret ingredient to increasing millions of views for any video through a simple python program.
@rushikeshreddygangidi8985
@rushikeshreddygangidi8985 4 жыл бұрын
Very Sharp and Clear as the title ❤️ Why can't you make a series on web automation kind of stuff ?
@sanketmaske74
@sanketmaske74 4 жыл бұрын
Video starts at x.xx( find x yourself)
@t22sw14
@t22sw14 4 жыл бұрын
Great video awesome
@lincolnmunene554
@lincolnmunene554 4 жыл бұрын
neatest coding tutorial have seen
@aniketbhalla1521
@aniketbhalla1521 4 жыл бұрын
Pls keep on posting such fun coding videos. I really enjoyed it a lot and executed what you have teached in this lesson.🥰🥰🥰
@drakopotter4610
@drakopotter4610 4 жыл бұрын
new to the channel, looking forward for more fun programming tasks
@verinen_runkkari5652
@verinen_runkkari5652 4 жыл бұрын
Very clear and informative video, keep it up! Definitely going to learn more about selenium :D
@ganeshunnam550
@ganeshunnam550 4 жыл бұрын
Man you make programming a lot fun 😃 I love the way you teach 💙
@shauraysingh2563
@shauraysingh2563 4 жыл бұрын
So it feels like Hitesh sir is actually a big fan of standing desks !
@abdulmudhir4042
@abdulmudhir4042 4 жыл бұрын
instead of finding the search button, you can call the submit method on the searchbox
@citygardener3854
@citygardener3854 4 жыл бұрын
I'd love to see how you did it! I am having an error with sending keys
@cliffkwok
@cliffkwok 4 жыл бұрын
I am waiting for this video long time. Can you make a full course on this, so I can automate my daily office job?
@aakashjana6225
@aakashjana6225 4 жыл бұрын
You can definitely automate more things using robotic process automation like UI path
@Chapz725
@Chapz725 4 жыл бұрын
If anybody has an issue where there is no inputting into the search box (possibly due to slow internet), you can add the code inside the brackets { # How long you want to wait for delay = 50 # Making a wait variable for the WebDriver wait = WebDriverWait(driver, delay) # It will wait until all elements are on the screen OR it passes the delay time wait.until(EC.visibility_of_all_elements_located) } You can add this right after the line, { driver.get('youtube.com') }
@MohsinKhan-sq6dq
@MohsinKhan-sq6dq 3 жыл бұрын
That's a great tutorial for a beginner. I'm going to make something really useful after learning this. Thanks a lot!!!
@Ebenenstil
@Ebenenstil 2 жыл бұрын
Very beautiful video. Thank you for the short and, above all, effective introduction to the topic of Web Automat
@m_abhijit_
@m_abhijit_ 3 жыл бұрын
Thanks for the tutorial 👍🏻
@aniceguy5804
@aniceguy5804 4 жыл бұрын
Watching and loving your contents since very starting of this channel
@jaygohil7232
@jaygohil7232 4 жыл бұрын
If you are getting error after installing everything correctly. There can be 2 possibilities: 1. you have wrote 'find_elements_by_xpath' instead of 'find_element_by_xpath'. 2. You must copy full xpath instead of xpath. ( xpath Doesn't work for me and generates error: element not iteractable) BTW anyone of 514 comments have not encountered this error . This means either they know this or they havent tried this in IDE oR Paid comments ( I hope thats not the case).
@coryseazemar7454
@coryseazemar7454 4 жыл бұрын
I also had to use the full xpath, thanks for the recommendation ! As I searched a lot of things n internet to be able to do this small tutorial, I discovered that instead of searchbox.click(), we can use the 2 lines of codes below to get the same effect: from selenium.webdriver.common.keys import Keys searchbox.send_keys(Keys.RETURN) Who knows, this might be useful to someone one day :)
@marcinzale
@marcinzale 3 жыл бұрын
Very funny and simple. Good explained. Thank you!
@aakashjana6225
@aakashjana6225 4 жыл бұрын
You did this all not just through programming but with the help of Python and its superb packages. In Java this could have been quite cumbersome.😉
@shreyanshnautiyal8674
@shreyanshnautiyal8674 3 жыл бұрын
Thanks sir you helped me you deserve much more subs
@tulasisanjay
@tulasisanjay Жыл бұрын
the chrome is automatically closed why its happens?
@NeoxEntertainment
@NeoxEntertainment 3 жыл бұрын
Awesome video i never used phython before and i guess i need to install some things before i can code like you what do i need to install to start following this video ? :)
@wagalprasad1869
@wagalprasad1869 3 жыл бұрын
Best video ever ,could you please mention the environment setup from the beginning run the code from selenium with chrome ,if you express some from whole complete with selenium-python and java would be great!!
@dheebanm3207
@dheebanm3207 4 жыл бұрын
Your teacher way Awesome bro
@spencersedano
@spencersedano 3 жыл бұрын
What a fun video to watch! Thank you!
@kamlakarkadam9073
@kamlakarkadam9073 4 жыл бұрын
Very clean explanation easy to understand
@firdauszainudin7118
@firdauszainudin7118 4 жыл бұрын
Man, you're very practical.
@sangtengkorak1954
@sangtengkorak1954 3 жыл бұрын
You sir, recharge my learning spirit, many thanks.
@muhammadshahnawaz3679
@muhammadshahnawaz3679 4 жыл бұрын
You are doing a gr8 job. keep it up
@pavankumar-nr4mv
@pavankumar-nr4mv 3 жыл бұрын
Yes this is interesting I thought selenium is for only testing but now I realised this is for automation also
@activestate
@activestate 4 жыл бұрын
Great showcase of automation and use of selenium.
@Gopim9
@Gopim9 4 жыл бұрын
It’s simply awesome. Subscribed.!
@shreechatane9215
@shreechatane9215 4 жыл бұрын
Sir you have very positive vibes😁👌
Web Automation using Python To Fill out A Form
16:37
Rishab Kattimani
Рет қаралды 159 М.
👩‍💻 Python for Beginners Tutorial
1:03:21
Kevin Stratvert
Рет қаралды 3,4 МЛН
Интересно, какой он был в молодости
01:00
БЕЗУМНЫЙ СПОРТ
Рет қаралды 3,8 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 665 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 108 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 19 МЛН
Python Selenium Tutorial #1 - Web Scraping, Bots & Testing
11:41
Tech With Tim
Рет қаралды 1,5 МЛН
Automate your job with Python
6:07
John Watson Rooney
Рет қаралды 433 М.
Top 18 Most Useful Python Modules
10:50
Tech With Tim
Рет қаралды 934 М.
Selenium Browser Automation in Python
21:38
NeuralNine
Рет қаралды 236 М.
Automate with Python - Full Course for Beginners
2:42:55
freeCodeCamp.org
Рет қаралды 1,6 МЛН
How openai and anthropic publish their SDK and you can too
17:01
Hitesh Choudhary
Рет қаралды 868
What Can You Do with Python? - The 3 Main Applications
11:30
CS Dojo
Рет қаралды 3,6 МЛН
Fresh project ideas for 2025 from postman public network
11:38
Hitesh Choudhary
Рет қаралды 27 М.
High Performance Hardware Tools, Good Tools For Recommendations #shortsfeed
0:14
HARDWARE TOOLS OFFICIAL
Рет қаралды 3,8 МЛН
Презентация iPhone 17 
0:28
anasrassia
Рет қаралды 2,7 МЛН
Никогда так не делайте #сборка #пк #pcbuild
0:17
XDOT PC - Игровые ПК
Рет қаралды 2 МЛН