5min Selenium Tutorial: Verify Browser And Browser Driver Executable Version in Windows

preview_player
Показать описание
In this video we will discuss about how to verify:
a) Browser Driver binary/executable version through console/command prompt in windows 10
b) Browser version through
• Program (Selenium Capabilities)
• Without Program (Windows 10)

In Selenium Automation ,matching the version of browser driver and browser is necessary to avoid SessionNotCreatedException.
Browser Driver:
Browser driver is a separate executable/binary file, that is used by Selenium WebDriver to control Chrome. It is impossible to run Selenium test scripts on the browsers (e.x:Chrome) without respective browser driver (e.x: ChromeDriver)This browser driver executable file is provides by third party. i.e: not developed by Selenium, rather it is developed by browser company.Hence it needs to be configured in Selenium projects, so that Seleneium webdriver can utilise them , thus simulate user interaction on browsers.
It is challenging to verify the chrome driver version frequently when you have already downloaded it. This can be identified using below easy commands from console/command prompt:
1. Go to the folder where you have chromeDriver
2. Open command prompt pointing the folder
3. run: chromeDriver –v

Links:

Please go through other videos:
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================

Thanks for watching!!
Please subscribe and share the content!!
Рекомендации по теме
Комментарии
Автор

Thanks for Shearing this knowledge ...👌🥰

rasmiranjitananda