Popular Common Selenium Exceptions

preview_player
Показать описание
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:

=====================================================

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:

Follow me on my Facebook Page:

Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:

Paid courses (Recorded) videos:
📗 Get My Paid Courses at
Paid courses (Recorded) videos:
-------------------------------

✔️SOCIAL NETWORKS
--------------------------------

Support My Channel✔️Or Buy Me A Coffee
--------------------------------
✔️Thanks for watching!
देखने के लिए धन्यवाद
Благодаря за гледането
感谢您观看
Merci d'avoir regardé
Grazie per la visione
Gracias por ver
شكرا للمشاهدة
Рекомендации по теме
Комментарии
Автор

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

sreesree
Автор

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.

paridhirathore
Автор

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

santhoshk
Автор

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.

ajithguru
Автор

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

agalyamaya
Автор

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

shajahansharfuddin
Автор

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

sunilreddymallela
Автор

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

nandyalapraveenreddy
Автор

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

uhsay
Автор

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

abhinavv
Автор

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

siddiqueahmed
Автор

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

Ashishsingh-dvsk
Автор

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

kondalreddy
Автор

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.

pawankumarsah
Автор

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

NishantRanjan
Автор

while running the code -


package Core;

import
import

public class Core1 {
public static void main(String[] args) {
System.out.println("hehe");
System.setProperty("webdriver.chrome.driver",
WebDriver driver = new ChromeDriver();


}
}





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

rupadhyay