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

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

ความคิดเห็น • 29

  • @mohmashooqdowlati7933
    @mohmashooqdowlati7933 ปีที่แล้ว +3

    We appreciate you for all these important updates Naveen sir.

  • @QACodingExpertise
    @QACodingExpertise ปีที่แล้ว +2

    Thanks Naveen for providing the updates! Much Appreciated 👍🏻

  • @DineshAllscriptsAllscripts
    @DineshAllscriptsAllscripts ปีที่แล้ว

    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.

  • @baazishaik4395
    @baazishaik4395 ปีที่แล้ว

    After a long time i came here my dear bro😇 to learn news things!

  • @jatinsharma3792
    @jatinsharma3792 ปีที่แล้ว

    Is your course is updated on your website for Automation testing ?

  • @Gaurav12081
    @Gaurav12081 ปีที่แล้ว

    Is it applicable for edge also or for edge we have to use old selenium versions only

  • @narketmillisusmitha8933
    @narketmillisusmitha8933 11 หลายเดือนก่อน

    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

  • @sumithraraju8140
    @sumithraraju8140 ปีที่แล้ว

    Very interesting videos u post

  • @jojyjose4249
    @jojyjose4249 ปีที่แล้ว +1

    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?.

  • @ranjansingh4727
    @ranjansingh4727 5 หลายเดือนก่อน

    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.

  • @washingtrend9538
    @washingtrend9538 ปีที่แล้ว

    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

  • @PrinceAutomationDestination
    @PrinceAutomationDestination ปีที่แล้ว

    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

  • @gauravbansal5261
    @gauravbansal5261 ปีที่แล้ว

    TYSM for the knowledge that you have been providing.

  • @RajkumarS-f5u
    @RajkumarS-f5u ปีที่แล้ว

    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 ปีที่แล้ว

      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 ปีที่แล้ว

    Naveen, In this release the issue with a selenoid container with FF is resolved?

    • @naveenautomationlabs
      @naveenautomationlabs  ปีที่แล้ว +1

      no updates on this as of now

    • @ravi_nelluri
      @ravi_nelluri ปีที่แล้ว

      @@naveenautomationlabs For the new FF versions(116 and 117) it's working fine w/o any issues but not working for older versions

  • @NuthalapatiSujitha
    @NuthalapatiSujitha ปีที่แล้ว

    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 11 หลายเดือนก่อน

      Check the first playlist which Naveen uploaded
      That one is the started for both java and selenium

  • @saveuyghurmuslims2354
    @saveuyghurmuslims2354 ปีที่แล้ว

    their website is down right now, and is it reslease just right now

  • @rohitps9702
    @rohitps9702 ปีที่แล้ว

    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

  • @shibajisahu6469
    @shibajisahu6469 ปีที่แล้ว

    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?

  • @sdatta123
    @sdatta123 ปีที่แล้ว

    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?