Popular Common Selenium Exceptions

Поделиться
HTML-код
  • Опубликовано: 27 авг 2024
  • Exceptions that may happen in all the Selenium WebDriver code:
    Learn:
    Different types of exceptions in Selenium WebDriver
    How to explain at the time of inerview
    ~~~Refer my blog for full document:
    www.naveenautom...
    =====================================================
    Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
    www.youtube.co...
    Follow me on my Facebook Page:
    / naveenqtpexpert
    Let's join our Automation community for some amazing knowledge sharing and group discussion:
    t.me/joinchat/... Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
    www.youtube.co...
    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/...
    Paid courses (Recorded) videos:
    Java & Selenium Course: www.naveenautom...
    API Course: www.naveenautom... ➡️Get Our Courses✔️
    📗 Get My Paid Courses at
    Paid courses (Recorded) videos:
    Java & Selenium Course: www.naveenautom...
    API Course: www.naveenautom...
    -------------------------------
    ✔️SOCIAL NETWORKS
    Facebook: / naveenqtpexpert
    Twitter: / naveenkhunteta
    Blog: www.naveenautom...
    --------------------------------
    Support My Channel✔️Or Buy Me A Coffee
    Paypal: paypal.me/nave...
    Google Pay: naveenanimation20@gmail.com
    --------------------------------
    ✔️Thanks for watching!
    देखने के लिए धन्यवाद
    Благодаря за гледането
    感谢您观看
    Merci d'avoir regardé
    Grazie per la visione
    Gracias por ver
    شكرا للمشاهدة

Комментарии • 34

  • @sreesree7328
    @sreesree7328 5 лет назад +6

    Naveen I feel really lucky to have ur tutorials.u r doing a great job.thank u so much

    • @naveenautomationlabs
      @naveenautomationlabs  3 года назад

      And why do you want to hack her your gfs insta account? And don't spam here.

  • @paridhirathore9293
    @paridhirathore9293 4 года назад +5

    Thank you so much Naveen:). Being a non-coder, I found selenium little tough, but after watching your java and the related videos , it seems really easy and also helped a lot to me in practising selenium. You doing a great job.

    • @naveenautomationlabs
      @naveenautomationlabs  4 года назад +1

      Keep it up Paridhi.

    • @haripriya11111
      @haripriya11111 Год назад +1

      Yes it's really an amazing video and not only this mock interview videos and all i hope that soon I will place one mnc job soon with the help your video Mr naveen jii.. All the best 👍💯

    • @naveenautomationlabs
      @naveenautomationlabs  Год назад +1

      Best of luck

  • @sunilreddymallela
    @sunilreddymallela 6 лет назад +1

    Very good Naveen great work

  • @bsrinivas165
    @bsrinivas165 6 лет назад +2

    Good Explanation 👌👌💐💐😍😍

  • @santhoshk8095
    @santhoshk8095 6 лет назад +2

    nice explanation..thank you for the video.. but how to solve all those exceptions .. so plz make videos on how to solve the expceptions...

  • @hanmanttryambakhudekar9181
    @hanmanttryambakhudekar9181 2 года назад

    Thanks alot Naveen.

  • @agalyamaya
    @agalyamaya 5 месяцев назад

    Hi naveen blog of full document u attached in description. But that link is not opening. can u pls help

  • @mithunbiswas5307
    @mithunbiswas5307 Год назад

    Thanks for the best videos!!1

  • @sunilreddymallela
    @sunilreddymallela 6 лет назад +3

    Through TestNg can we define dependency on different test sets i.e after completing the test1 test2 will pick up for execution

    • @sunilreddymallela
      @sunilreddymallela 6 лет назад

      After completing testset1 testset2 got picked up

    • @srihari4827
      @srihari4827 5 лет назад

      You can use depends on annotation for above purpose

  • @shajahansharfuddin750
    @shajahansharfuddin750 5 лет назад +1

    Hi naveed,
    What is no such window exception. Description says current windows is closed

  • @jajatikesharisahoo8628
    @jajatikesharisahoo8628 6 лет назад

    Nice explanation sir........

  • @ajithguru7620
    @ajithguru7620 6 лет назад +1

    Hi Naveen, good explanation and thank u for good videos .
    From last few month I'm following your study materials (videos) .now i'm working as a manual tester (block box).
    how can i prepare for selenium interviews and i need java and js trick in selenium help me.

  • @siddiqueahmed8336
    @siddiqueahmed8336 3 года назад +1

    Hi Naveen, Element in displayed. But not clickable . How to handle this it throws below exception "Exception in thread "main" org.openqa.selenium.JavascriptException: javascript error: Cannot read property 'defaultView' of undefined"

    • @pranesshanand589
      @pranesshanand589 2 года назад

      Same error for me now , did you find a solution ?

  • @nandyalapraveenreddy1092
    @nandyalapraveenreddy1092 6 лет назад +1

    Hai Naveen what is class not found in class path exception???

  • @Ashishsingh-dv6sk
    @Ashishsingh-dv6sk 3 года назад

    What exception it will throw when there is problem of database connection with selenium?

  • @abhinavv1984
    @abhinavv1984 3 года назад

    Hi Naveen,
    your given website URL didn't working seems page deleted..

  • @uhsay1986
    @uhsay1986 6 лет назад +1

    HI Naveen , what is the scope of a full stack developer ?

  • @rupadhyay73
    @rupadhyay73 4 года назад

    while running the code -
    package Core;
    import org.openqa.selenium.WebDriver;
    import org.openqa.selenium.chrome.ChromeDriver;
    public class Core1 {
    public static void main(String[] args) {
    System.out.println("hehe");
    System.setProperty("webdriver.chrome.driver", "D:/SeleniumDrivers/chromedriver_win32/chromedriver.exe");
    WebDriver driver = new ChromeDriver();
    driver.get("www.youtube.com");

    }
    }
    Exception in thread "main" java.lang.Error: Unresolved compilation problems:
    WebDriver cannot be resolved to a type
    ChromeDriver cannot be resolved to a type
    help

  • @pawankumarsah7807
    @pawankumarsah7807 Год назад

    Hi Naveen,
    Can you please let me know if I trying to find more than one element using @findelements method. and if the xpath is incoorect, what execption will it throw ?
    In my automation script its not throwing any exception.

    • @naveenautomationlabs
      @naveenautomationlabs  Год назад +1

      findelements will not throw any exception, it will return empty list.

    • @pawankumarsah7807
      @pawankumarsah7807 Год назад

      @@naveenautomationlabs great! Thanks for your quick response Naveen.

  • @kondalreddy4974
    @kondalreddy4974 4 года назад

    hey, naveen..i think you miss the most important exception ..that is java.lang.null pointer exception please explain it

    • @naveenautomationlabs
      @naveenautomationlabs  4 года назад

      Nullpointer is java specific exception not only for selenium. In this video I have covered selenium specific exceptions.

  • @NishantRanjan2811
    @NishantRanjan2811 2 года назад

    Blog link is showing 404 page. Please update it. Thank you

  • @kranthikumar-here
    @kranthikumar-here 3 года назад

    But how to overcome these exceptions

  • @sangeetha.k.g.1326
    @sangeetha.k.g.1326 4 года назад

    Missed nullpointer exception

    • @sonatejas7224
      @sonatejas7224 3 года назад +1

      Nullpointer is not a selenium exception