java.lang.NullPointerException Selenium 2 classes
问题 My program works fine when run from my local machine with out using selenium grid with Remote Web driver. However when i set up the same test cases using selenium grid with Remote Web driver . Get message in eclipse saying: java.lang.NullPointerExceptionat PP_OBJ_Login.Adminlogin(PP_OBJ_Login.java:38) at PP_Main.step01_Login(PP_Main.java:86) Now I know the above means that line 38 and line 86 is where the problem is in both classes my problem is i don't know why this is happening when I use