Install & Setup Selenium Python For Edge Browser (For Beginners)

preview_player
Показать описание
This tutorial is based on Selenium 4.0+.

In this tutorial, I will walk you through how to download Edge driver and install Selenium for Python development.

► Buy Me a Coffee? Your support is much appreciated!
-------------------------------------------------------------------------------------------
☕ Venmo: @Jie-Jenn

► Support my channel so I can continue making free contents
---------------------------------------------------------------------------------------------------------------

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

This is the only way that make it works, even chat gbt can't help me with it.
Thank you very much😘😘

mohamadderouich
Автор

Thank you for this tutorial! Very useful, as there is a lot of contradictory info on the net about this. This works.

TheOwlWhoKnows
Автор

'Options' object has no attribute 'add_argument'

Leo-igyl
Автор

Very nice, how would you run it headless? Thanks

luisvolkyazul
Автор

Hi there :) Love you video but need your help please, the code runs smooth but the page (edge) opens and closes immediately. How can I maintain the page opened?

PeterPan-umzj
Автор

Thanks it was nice, only worked for me to connect, but when i am trying to use "browser.find_element_by_XPATH(var_xpath)", then getting this error "'WebDriver' object has no attribute 'find_element_by_XPATH'", ... ideally it should allow us to scrap the data using 'browser' object

AnilKumar-rqj
Автор

The issue I have using Selenium, the browser knows it's being controlled by automated software and so does the website you want to access. I was logged into Kick with an account I want to use like a bot. Let's say I close the edge browser without logging out of Kick. If I open the edge browser and goto Kick, I will already be logged in. However, when I have your code open the edge browser and goto Kick, I'm shown as not logged in and I'm prevented from logging into Kick when I enter my username and password. I will have to use pythons module, webbrowser.

BOTzerker
Автор

Great, everybody using Chrome, and recently my company delete it and force us to work with Edge

pkk
Автор

hello, I'm from Brazil and I'm having a problem with my code, I have copy everthing of your code but still failling, I'm sure that the version of my edge and de exe is the same and the erro that apears is:
EDGE_IDENTITY: Get Default OS Account failed: Error: Primary Error: kImplicitSignInFailure, Secondary Error: kAccountProviderFetchError, Platform error: 0, Error string:"

do you know wich is the problem?

the version of the edge that I use is 108.0.1462.54 and when I run de code the page open but after more or less 2 seconds its close and that mesange show up

denisvictor