Python WebDriverManager with Selenium || Cross Browser Testing. - Part 2

preview_player
Показать описание
In this video, I have explained how to use webdrivermanager python api in selenium and how to use cross browser testing with selenium-python.

you can download webdrivermanager - python:
--Library provides the way to automatically manage drivers for different browsers

The main idea is to simplify management of binary drivers for different browsers.

For now support:

ChromeDriver

GeckoDriver

IEDriver

OperaDriver

EdgeChromiumDriver

~~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:

Follow me on my Facebook Page:

Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:

Paid courses (Recorded) videos:
Рекомендации по теме
Комментарии
Автор

good to know webdriver manager in python, thanks naveen waiting for new things to learn

MrGpkumar
Автор

wow, it is really amazing, thanks to Naveen for this amazing content.

tejastoley
Автор

Thanks!! Naveen Very similar to Selenium - Java

ashuiet
Автор

Thank you naveen for the amazing video. Can you please share a video on how to run the same tests on any virtual machine other than stand alone.

sbavaji
Автор

Hey, naveen can you make advanced webdriver IO videos?

hemilturakhia
Автор

Hi naveen, I required parallel execution for chrome browser in selenium with java .

priyankakumari-ruus
Автор

this type of execution is it available in java

mahanteshmanaguli
Автор

rather than if else we can use switcher dictionary mapping also to launch the browser as per the need

doortry
Автор

Hi Naveen, Thanks a lot for this video,
I'm getting an error, can you please help me out:
from selenium import webdriver
from webdrivermanager.chrome import ChromeDriverManager





TypeError: sequence item 0: expected str instance, WindowsPath found

debasishgoswami
Автор

Please help. I am getting below error
driver =
TypeError: install() missing 1 required positional argument: 'self'

Solution:- driver = It is working. () was missing

abhinavwadhankar
Автор

My chrome, edge and IE are working but I am getting error in Firefox, giving error as "module object is not callable "
executable_path is not working, is their any other way

svmanka
Автор

Hi Naveen, i'm facing "from webdriver_manager.chrome import ChromeDriverManager
ModuleNotFoundError: No module named 'webdriver_manager' ". Please can you tellme how to resolve this.

amithalkati
Автор

I am trying to implement this code as your guide but the website you follow doesn't redirect me to the login page. It throws no such element found error. Any solution, please?

maksudpranto
Автор

Hi quesiton when i tried to change to firefox im getting an error "OSError: [Errno 86] Bad CPU type in executable:

johnhenrynatividad
Автор

1. I am not using driver.quit then how my browser is getting closed automatically
2. If I am giving opera browser error showing - AttributeError: module 'selenium.webdriver' has no attribute 'Opera'

vandana
Автор

i am getting
Message: no such element: Unable to locate element:

for username and password. any one know how to fix this? i cant figure it out

gdd
Автор

Hi Naveen, i am facing the below error while launching with webdrivermanger..ValueError: Could not get version for Chrome with this command: reg query /v version. please help me on this issue.Thanks in advance!

ravikumarp
Автор

Hi naveen thanks for the great video but im facing an issue can you help me. I am getting this error please help @naveen

from webdriver_manager.chrome import ChromeDriverManager
ModuleNotFoundError: No module named 'webdriver_manager'

thanks

anamika
Автор

the above code gives me error : AttributeError: 'str' object has no attribute 'capabilities' suggests that there is an attempt to access a property on an object that is not properly initialized.
Below code resolved the error
from import Service as ChromeService
from import Service as FirefoxService

if browsername== "chrome":
driver=
elif browsername=="firefox":
driver=

SrishtiBadola-lo
Автор

Hi Naveen, i am facing the below error while launching with webdrivermanger..ValueError: Could not get version for Chrome with this command: reg query /v version. please help me on this issue.Thanks in advance!

Prashant-ofdi
welcome to shbcf.ru