Selenium 4.11.0 Release with Chrome For Testing Browser || Chrome 115.x Issues Resolved ||New Change

preview_player
Показать описание
Selenium 4.11.0 Release with Chrome For Testing Browser || Chrome 115.x Issues Resolved ||New Change

Schedule a meeting in case of any queries/guidance/counselling:

~~~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:

Naveen AutomationLabs Paid Courses:
GIT Hub Course:

Java & Selenium:

Java & API +POSTMAN + RestAssured + HttpClient:
Рекомендации по теме
Комментарии
Автор

00:05 Selenium 4.11.0 release resolves Chrome 115.x issues.
02:06 Selenium 4.11.0 now supports Chrome 115.x for testing
06:18 Selenium will download Chrome driver.exe for specific browser versions.
08:31 Selenium will always use the available Chrome driver.exe version in your system for launching the regular browser.
12:48 Selenium 4.11.0 integrates Chrome driver handling for testing seamlessly.
14:53 Updating Chrome browser version to 116 with Selenium
18:59 Selenium 117 browser version issue with Chrome 115.x
20:50 Selenium 4.11.0 allows easy access to Chrome 116.x version for testing.
24:35 Using Co.setBinary method for CFT browser version 115
26:29 Selenium 4.11.0 Release allows testing on Chrome 115.x and other browsers
30:15 Understanding the launching of Chrome driver 116.exe
31:59 Encouragement for sharing video and seeking feedback

sheiksibgathulla
Автор

Naveen, thanks for pioneering these latest updates from Selenium and Chrome. As well as raising those bugs. Your commitment to test automation is awesome. keep it up

nyanyalee
Автор

Hi Naveen!
This is Mohammed Howlader from New York. I can't wait to offer my acknowledgement to you. It's an imaginary tutorial released by you. Last week I was not able to execute my script at my work. I was searching for a solution in YouTube and Google. I found your video. Such an inspirational work done by you. I used your code in scripts and it worked. Thank you Naveen. Please keep producing new videos like this. By the way, I have found more videos created by you that cleared my blockers previously.
I personally salute your teachings.
-Mohammed

MohammedHowlader
Автор

Awesome effort Naveen! You smoothly eliminated months of struggle with the Google driver shell game. Much appreciated that I can get back to productive coding instrad of Band-aiding my scrapers.

richarddartt
Автор

thank you for your timely updates Naveen on different automation issues .

ashwinigadekar
Автор

@Naveen, Thank you and very informative, appreciate your dedicated and effort to provide information on latest changes on selenium.

balajibhadre
Автор

Thank you Naveen for the explanation. It really helped me fixing my framework and now it opens 116 verion browser through Selenium manager.

mosinkhan
Автор

Thanks for the video. Gave much clarity around Chrome for testing things going around nowadays

deep
Автор

Thanks. This is the only video I can find how to launch Chrome For Testing.

dinhnguyen
Автор

when i got a problem i will search this channel first love u

helloramesh
Автор

Thank you Naveen for beautifully explanation about CFT browser. ❤❤

RajibLama
Автор

How to call browser version in Python?

I tried co.setBrowserVersion(“116”) it says: ‘Options’ object has no attribute ‘setBrowserVersion’. Did you mean: ‘browser_version’?
So I tired using ‘browser_version’ which now throws an error: TypeError: ‘NoneType’ object is not callable

Also, I checked the official documentation of python, for browser version it says to use ‘browserVersion’ but unfortunately it shows the same error: ‘Options’ object has no attribute ‘browserVersion’. Did you mean: ‘browser_version’?


Can you please help?

kushagranalwaya
Автор

Thanks Naveen,
Could you please let us know docker impact ? Do we need any code changes ?

GurudattaPraharaj
Автор

Thanks Naveen for clearing this out. I am facing NoSuchDriverExceptiom issue with the same code due to woking in the Proxy environment. Any solution for this ?

shubhamagarwal
Автор

Thanks Naveen for demonstrating CFT related change in new selenium versions.
We generally test our application on stable version of chrome browser, why we need Future chrome browser to test the application. Please create seperate video on this.
Thanks against

RahulKumar-ivtf
Автор

Hello Naveen,
No need to downlod CFT 115 version on your machine, just used set binary and passed the version i.e. 115 and run. CFT browser will open current version which is downloaded on your machine.. I have tried the same and it works.

ajayvavhal
Автор

Hi Navin, what would be the role of WebDriverManger library now, will they also release WDM new version as per latest selenium 4.11.0 or we can rely on SeleniumManager directly.

ArjunSingh-wgig
Автор

Thanks for the video Naveen. It is informative as always.
Question- I am still using Selenium 3 in my project and WebDriverManager to manage my driver versions. It looks like WDM is ineffective with introduction of CFT. So does it mean I have to upgrade to Selenium 4 inevitably if I have to manage my drivers?

swarytamberker
Автор

So you mean From. Now we don't need to download chromedriver manually each time new chrome driver is available on chromium web page ??? Is selenium manager a different package or selenium manager comes while pip install selenium

online_business_pokhara
Автор

Hi Navin, can we achieve the same result using serenity if so please let me know how can I handle the upgrade in browser so that it handlee the driver version

samchannel