Selenium Exceptions Explained | Tamil | Why is it Happening? | Finding the reason behind Exceptions

Поділитися
Вставка
  • Опубліковано 21 жов 2024
  • Exceptions are inevitable in any program. A sudden an unexpected behaviour is known as Exception. In this video, we are going to analyze the most important and frequently occurring exceptions in Selenium.
    #SeleniumExceptions #Explained #Java #LearnAutomationOnline
    Selenium Exceptions reference: bit.ly/2spiZbV
    List of Important Exceptions in Selenium:
    ---------------------------------------------------------------
    WebDriverException
    03:15 NoSuchElementException
    06:37 StaleElementReferenceException
    10:33 UnhandledAlertException
    12:15 InvalidElementStateException
    15:42 ElementNotVisibleException
    18:40 NoSuchFrameException
    20:53 NoSuchSessionException
    22:08 UnreachableBrowserException
    25:13 NoSuchWindowException
    26:12 ElementNotInteractableException
    28:16 TimeoutException
    29:11 SessionNotCreatedException
    30:07 JavascriptException
    Best way to reach me (replies will be faster): UA-cam comment section
    Also, you can follow me on Facebook and Instagram.
    Facebook: bit.ly/2TqPlis
    Instagram: bit.ly/2Ez36rH

КОМЕНТАРІ • 27

  • @gdheivasudarsini6071
    @gdheivasudarsini6071 2 роки тому +3

    Best ever video about Exceptions we encounter while using Selenium. Thanks for the video. DO more these kind of videos. Please do a video on Exceptions encountered in java while using Selenium . It will be useful for experienced professional in their interviews.

  • @dharanilatha537
    @dharanilatha537 2 роки тому +1

    Sir I follow your videos....you deserve for million subscribers...

  • @ameenabegum_origin
    @ameenabegum_origin Рік тому

    Great Explanation and Guide Sir. Please Explain about cannot initialize boot layer exception Sir.

  • @9036107202
    @9036107202 5 років тому +1

    15:42 ElementNotVisibleException: Ennaku Elaam edathilayume Element click interception error tha sir varudhu , I am not able to solve with out thread.sleep

  • @kirti7963
    @kirti7963 2 роки тому

    Bro enaku chrome driver la matum work agamatuthu but edge, Firefox la driver work aguthu chrome driver accept panrathuku plz give solutions bro

  • @laliethi33
    @laliethi33 2 роки тому

    How to handle elemen click intercepted exception.in PHP travels login button is showing that exception.How to handle it?

  • @pushpamca6103
    @pushpamca6103 2 роки тому

    Brother in your site blog page kindly try to update xpath, Data driven frame work and other testing tool it will help More....

  • @prabakarm5025
    @prabakarm5025 4 роки тому

    Super bro
    Really nice

  • @mariajeniffer2333
    @mariajeniffer2333 3 роки тому +1

    Stale exception is clear but one doubt on this...in that example case we should get element not found exception only right since that element to clear is not present on redirected page...y stale exception?

    • @LearnAutomationOnline
      @LearnAutomationOnline  3 роки тому +3

      No if the web driver is trying to find an element for the first time and couldn't find it, then we will get no such element. But if it has found at least one time and next time it couldn't find, then stale element

  • @javeed-eq6tv
    @javeed-eq6tv 3 роки тому

    please Upload SQL videos...need to cover Only SQL ..u covered all Except SQL

  • @prabakarm5025
    @prabakarm5025 4 роки тому

    Hi bro,
    Session not found exception getting frequently so could not do hands-on other stuff
    Remedy:
    Chrome version updated upto date
    Then I tried , not work out as well as Chrome browser and chrome executable file same version
    Kindly advise ji I have stuck last 5 months I did all as far as I can for this issue

  • @baskaransaravanan016
    @baskaransaravanan016 3 роки тому

    Can you please explain this exception: InvalidArgumentException:invalid argument, Why it is happening

  • @YouTubeFunViewer
    @YouTubeFunViewer 4 роки тому

    Hi bro, i have a question on StaleElementReference exception. In my application when I click on a Radio button , the entire page automatically refreshes and I get this exception error, stating that the same radio button which I clicked doesn’t exist in DOM.
    In my project the framework uses Page Object model where the element properties of the page are initialized and loaded in the beginning itself. So how do i resolve this error now? How can I find the same element in between script execution?

    • @LearnAutomationOnline
      @LearnAutomationOnline  4 роки тому +2

      Please find it again explicitly for now. If there are any better solutions I encounter will.let you know

  • @mageshmandro6684
    @mageshmandro6684 3 роки тому +1

    Sir...can u tell us about null pointer exception

  • @balajitesting3306
    @balajitesting3306 2 роки тому

    Mock interview for ur subscribers plz bro.........................

  • @azeemk7883
    @azeemk7883 2 роки тому

    Sir!!! Please explain about Driver Nullpointer Exception?

    • @LearnAutomationOnline
      @LearnAutomationOnline  2 роки тому

      There is only null pointer exception and it has been explained in this video. Your driver is null, which means it hasn't been initialized.

  • @benittoraja5957
    @benittoraja5957 3 роки тому

    Thank you.

  • @satheeshsakthis4852
    @satheeshsakthis4852 3 роки тому

    Bro best laptop for automation testing video poduga bro good budget la

  • @jayabalvelusamy7068
    @jayabalvelusamy7068 3 роки тому

    Nice bro

  • @jayapriyam1984
    @jayapriyam1984 3 роки тому

    How to handle Null point exception in extend report

    • @LearnAutomationOnline
      @LearnAutomationOnline  3 роки тому +1

      Null pointer exception indicates that one of the objects you are using is having Null value. And u r performing some methods on it. Find out what is Null. Refer to exceptions video from the Playlist

    • @jayapriyam1984
      @jayapriyam1984 3 роки тому

      @@LearnAutomationOnline okay sir thank you