How To Solve – IllegalArgumentException: Keys to send should be a not null CharSequence
IllegalArgumentException is another frequently faced exception in Selenium WebDriver specially by beginners. So in his post, I will explain a reason of occurrence of this exception. If you try to type something in to an input box and input string is either null or length of input string is zero, sendKeys() will throw an exception…