Error: Java exception occurred
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.lang.NullPointerException
Solution: Declare "WebDriverWait wait" at method/function level instead of at class level.
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.lang.NullPointerException
Solution: Declare "WebDriverWait wait" at method/function level instead of at class level.
No comments:
Post a Comment