@geek-ko

Time ago i was starting to understand Slenium! and now we have your selenium tutorial!! YEEES!

@TyroneSmithTDS

I've been waiting for this tutorial from you for so long. Thanks Timmmm!!!!

@marjotoska

Heads up, in 2024, doing: "driver = webdriver.Chrome(PATH)" will throw an error. 
It can be fixed by removing PATH, like this: "driver = webdriver.Chrome()"

@LukmanulHakim1999

need this :V keep upload

@king_canutooo

This is spam attack with python . Thank you very much Tim. You are great .

@pickledparsleyparty

Real talk: Is there anyone out there who's advanced enough to want to use Selenium but basic enough that they don't know what Pip is nor how to install Python packages?

@andrewv8548

Selenium is insanely powerful. Super fun to use.

@king_canutooo

I learnt python from you . Thank you very much Tim .

@computinghub9550

Hi Tim! I think you're uploading next parts too, so please also mention about the best ways of handling multiple Tabs in Selenium Webdriver, without creating multiple instances.

@YnrMystic

this dude is a hero
dude explain step my step with ease 
i highly apricate you

@helloguy1179

Your video explained so clearly

@EntertainmentandSongs

It's awesome video, keep it up brother 👍

@Beterr

Whata great tutorial.. when is part 2 coming out?

@justinwhite7326

Can you do an updated version of this? I’m so lost

@saanj223

Very helpfull , Thank you, keep it up

@sdufour75

Hi Tim,
pip is ok but you could have a look at anaconda which enables you to install different environnements without conflicts between them.
Stéphan

@r0n1sp01nt

I apologize but I have to ask: What is the interface you're using.  It looks like OneNote or something, however that doesn't seem logical.  I'm new but I must say thank you for being clear and informative.

@0okupant

can we appreciate how much effort he puts into his videos

@aryanbhatia6992

Please make more videos on threading

@HyperMelon

Great Tutorial! One quick question, when I do the driver.get() thing, the website doesn't show up. Chrome will open but not the website. Any tips?