Selenium Python Tutorial #9 - How to Run Selenium Tests in Firefox

preview_player
Показать описание
In this Selenium Python Tutorial, we will learn about how to run selenium tests in Firefox. Running your selenium test on firefox browser will required setting up geckodriver on your machine. Learn how to setup firefox driver and run your tests on firefox browser.

Disclosure: Some links are affiliate links to products. I may receive a small commission for purchases made through these links.

Help me in spreading the knowledge, please hit LIKE, SHARE, and SUBSCRIBE for the latest tutorials. More tutorial playlists below:

🔶 ENROL IN MANY FREE TRAININGS ON RCV ACADEMY PORTAL 🔶

🔶 FOLLOW US ON TWITTER 🔶

🔶 LIKE US ON FACEBOOK 🔶

🔶 OUR TUTORIAL WEBSITES 🔶

🔶 GET MY TRAININGS ON UDEMY 🔶

#SeleniumPythonTutorial #PythonSelenium #SeleniumPython #PythonSeleniumTutorial #SeleniumWebdriver #TestAutomation #SoftwareTesting #RcvAcademy #SoftwareTestingMentor
Рекомендации по теме
Комментарии
Автор

Hey Software Testing Mentor, nice to meet you! I just found your channel, love what you're doing!

I like how clear and detailed your explanations are as well as the depth of knowledge you have surrounding the topic! Since I run a tech education channel as well, I love to see fellow Content Creators sharing, educating, and inspiring a large global audience. I wish you the best of luck on your YouTube Journey, can't wait to see you succeed! Your content really stands out and you've put so much thought into your videos!

Cheers, happy holidays, and keep up the great work ;)

empowercode
Автор

Hi, Nice presentation and easy to understand. I think currently we don't need to download all those drivers and install them. I am able to run on different browsers without installing drivers and without giving executable paths. Just using webdriver.Firefox() or webdriver.Edge() I am able to run my code.

hamnanoufal
Автор

Sir can u any video make for automation data analysis Excel automation

technicalknowledge
Автор

I am new to python and find your videos on python very useful. I followed your instruction on using firefox browser in python by using webdriver manager and also by downloading the geckodriver and giving the location of the executable file. I am getting error in both cases. While using webdriver manager - it says GH token is missing..and when giving the executable location of the driver  - it gives bad CPU type. Should I add the driver location in PATH? I am using Mac. Please advice

anunitya
Автор

Hey Manish,
I love the tutorials, very informative and very helpful in learning. I have a question though: you installed Kite for autocompletion but currently kite is not working, I couldn't download it, is there any alternative for Kite so I can install and use it for auto completion of the script?

nodirburiev
Автор

In the latest version executable path is not needed

AkashGupta-eeec
Автор

my site is getting closed after a few seconfs eventhough if i hadnt written driver.close()

illuruvigneswarreddy