Latest Selenium 4.12.0 with Latest Selenium Manager 0.4.12 || Automated Firefox Binary Management

  Рет қаралды 18,569

Naveen AutomationLabs

Naveen AutomationLabs

11 ай бұрын

In this video, I have explained about latest Selenium 4.12.0 features with Selenium Manager (0.4.12) to manage Firefox Binary and Geckodriver.
What's new in Selenium Manager 0.4.12, shipped with Selenium 4.12.0:
www.selenium.dev/blog/2023/wh...
Schedule a meeting in case of any queries/guidance/counselling:
calendly.com/naveenautomation...
~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
kzfaq.info%20Au...
Follow me on my Facebook Page:
/ naveenqtpexpert
Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
t.me/joinchat/9FrG-KzGlvxjNmQ1
Naveen AutomationLabs Paid Courses:
GIT Hub Course:
naveenautomationlabs.com/gitc...
Java & Selenium:
naveenautomationlabs.com/sele...
Java & API +POSTMAN + RestAssured + HttpClient:
naveenautomationlabs.com/manu...

Пікірлер: 29
@mohmashooqdowlati7933
@mohmashooqdowlati7933 11 ай бұрын
We appreciate you for all these important updates Naveen sir.
@QACodingExpertise
@QACodingExpertise 11 ай бұрын
Thanks Naveen for providing the updates! Much Appreciated 👍🏻
@baazishaik4395
@baazishaik4395 11 ай бұрын
After a long time i came here my dear bro😇 to learn news things!
@sumithraraju8140
@sumithraraju8140 11 ай бұрын
Very interesting videos u post
@gauravbansal5261
@gauravbansal5261 11 ай бұрын
TYSM for the knowledge that you have been providing.
@user-sh7ym1cl5u
@user-sh7ym1cl5u 10 ай бұрын
For a C# project do we need to add any separate reference for Selenium Manager or only Selenium Webdriver nuget reference is enough? Please help.
@jojyjose4249
@jojyjose4249 10 ай бұрын
Hi Naveen, Thank you very much for your updates, Your videos' have helped me a lot in my work. I am working for an IT company in Bangalore. I am an automation tester and while working with selenium 4.11 I noticed one thing that if the browser needs to login to a particular internal application earlier with normal browser it used to login automatically because it had the extension windows accounts installed in it by default. But with new CFT, since the windows accounts extension is not there, even after giving the credentials it will fail in login itself with error related to windows accounts extension. I am able to add the extension, but when the browser is launched from eclipse in the new session of the browser that extension is not there and still my scripts are failing. I have mailed the google team but I didn't get any response. Can you please help me on this?.
@narketmillisusmitha8933
@narketmillisusmitha8933 6 ай бұрын
Can any one tell me my chrome version is 120 which webdriver manager version I need to use ? Because webdriver manager jar is not adding
@Gaurav12081
@Gaurav12081 10 ай бұрын
Is it applicable for edge also or for edge we have to use old selenium versions only
@PrinceAutomationDestination
@PrinceAutomationDestination 11 ай бұрын
Hi Naveen, In my system if firefox is not installed i am unable to execute, do you know any such issue Also, if firefox is installed then for specific version i am getting same issue Issue is browser is not downloaded however browser binary is getting downloaded dont know what exactly is issue
@washingtrend9538
@washingtrend9538 10 ай бұрын
Sir naveen after these updates im unable to run my chrome browser without chromdriver path unlike other version could you please make video to solve this issue
@jatinsharma3792
@jatinsharma3792 9 ай бұрын
Is your course is updated on your website for Automation testing ?
@naveenautomationlabs
@naveenautomationlabs 9 ай бұрын
yes it is always upto date.
@user-mr5xv7kw5w
@user-mr5xv7kw5w 10 ай бұрын
hi Naveen please help me i am getting this error i am trying from last 2 days.. My java version is 11 Exception in thread "main" java.lang.Error: Unresolved compilation problems: WebDriver cannot be resolved to a type
@surwase1
@surwase1 10 ай бұрын
first u need to resolve compliation issues when u migrate from java 1.8 to 11. This has mostly u need to exclude some artifacts from pom.xml file if you are using org.apache.poi dependency then exclude below tags from it. org.apache.poi poi-ooxml 3.9 xml-apis xml-apis xml-apis dom4j org.apache.xmlbeans xmlbeans
@ravi_nelluri
@ravi_nelluri 11 ай бұрын
Naveen, In this release the issue with a selenoid container with FF is resolved?
@naveenautomationlabs
@naveenautomationlabs 11 ай бұрын
no updates on this as of now
@ravi_nelluri
@ravi_nelluri 11 ай бұрын
@@naveenautomationlabs For the new FF versions(116 and 117) it's working fine w/o any issues but not working for older versions
@user-vf8sx2tc2k
@user-vf8sx2tc2k 10 ай бұрын
Hi, anyone can please help me to understand the automation testing , I am new to automation where i need to start learning. there are so many video's in naveen automation labs, your help is appreciable .
@revathikamaraj6650
@revathikamaraj6650 7 ай бұрын
Check the first playlist which Naveen uploaded That one is the started for both java and selenium
@saveuyghurmuslims2354
@saveuyghurmuslims2354 11 ай бұрын
their website is down right now, and is it reslease just right now
@naveenautomationlabs
@naveenautomationlabs 11 ай бұрын
Which website?
@shibajisahu6469
@shibajisahu6469 10 ай бұрын
Hi, I am facing one problem in Selenium server 4.12.1 is that Whenever I am running testcases in Selenium Grid 4. The test cases which are in queue are waiting for getting slot to run but those are waiting for only 180s and after that if they are not getting any slot then they are failing and giving "java.util.concurrent.TimeoutException: Request timeout to {ip:port} after 180000 ms". To resolve this I have given --session-request-timeout as 500 but still the time is not increasing. Any one faced this issue? Kindly Reply back if u found the solution. Hi @naveenautomationlabs Can you Please help on this?
@ranjansingh4727
@ranjansingh4727 25 күн бұрын
Hi Naveen, I tried both the ways to launch both chrome and Firefox but I'm getting this Exception "org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure." I'm not able to get pass this, What could be the reason, I'm not able to understand. My Chrome is 126.X My Firefox is 127.X Java selenium in POM.xml is 4.22.0 Any suggestions to rectify this? There no particular answer on Stackoverflow also. Thanks in Advance.
@rohitps9702
@rohitps9702 10 ай бұрын
Hi Naveen sir I have created new maven project and when I tried to execute script I m getting below expectation I checked in stack overflow even I don’t got any solution please me on this “exception in thread "main" org.openqa.selenium.sessionnotcreatedexception: could not start a new session. possible causes are invalid address of the remote server or browser start-up failure.” And I am using webdriver manager even though I getting the exception
@sdatta123
@sdatta123 8 ай бұрын
Hi Naveen, Thanks for the update. I am getting ERROR in Jenkins Linux OS: "org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: unknown error: Chrome failed to start: exited abnormally". I am using Selenium 4.13.0. i.e. Selenium Manager. But the manager is not able to download correct version of driver (119), as am getting - "WARNING: The chromedriver version (90.0.4430.24) detected in PATH at /usr/local/bin/chromedriver/chromedriver might not be compatible with the detected chrome version (119.0.6045.123); currently, chromedriver 119.0.6045.105 is recommended for chrome 119.*, so it is advised to delete the driver in PATH and retry". Can anyone help me please?
Selenium Hybrid Framework Part-1 | e-Banking Automation Mini Project
4:04:55
Part 27  Using AWS EC2 to run selenium tests
36:34
Testing Mini Bytes
Рет қаралды 10 М.
БАБУШКИН КОМПОТ В СОЛО
00:23
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 17 МЛН
A little girl was shy at her first ballet lesson #shorts
00:35
Fabiosa Animated
Рет қаралды 15 МЛН
路飞太过分了,自己游泳。#海贼王#路飞
00:28
路飞与唐舞桐
Рет қаралды 35 МЛН
What is Selenium WebDriver Architecture?
50:38
Naveen AutomationLabs
Рет қаралды 149 М.
Agile, Scrum and JIRA Tutorial - End to End Project Setup and Dashboard in JIRA
1:30:37
JAVA 8 to JAVA 11 with Selenium WebDriver | Java 11 Setup With Selenium
22:34
Naveen AutomationLabs
Рет қаралды 21 М.
What is Build & Deployment Process || Release Cycle | CI - CD
28:06
Naveen AutomationLabs
Рет қаралды 207 М.
Handle Hidden Drop Down Values / Auto Suggestions using DOM Trick | EventListener
7:55
How to Become Genius in XPath in Selenium  - Session -18
39:48
Naveen AutomationLabs
Рет қаралды 714 М.
My iPhone 15 pro max 😱🫣😂
0:21
Nadir Show
Рет қаралды 1,3 МЛН
Хакер взломал компьютер с USB кабеля. Кевин Митник.
0:58
Последний Оплот Безопасности
Рет қаралды 2,1 МЛН
Копия iPhone с WildBerries
1:00
Wylsacom
Рет қаралды 8 МЛН
Лучший браузер!
0:27
Honey Montana
Рет қаралды 933 М.
iPhone 15 Pro в реальной жизни
24:07
HUDAKOV
Рет қаралды 480 М.