Take a look in below code
newDriver.findElement(By.name("IDToken1")).sendKeys("2018713");
this statement is not working.. coding is fine. But still it fail to take data. Is there any problem on website? exception got,
Exception in thread "main" java.lang.NullPointerException
Please help me out