java.lang.IllegalStateException: The driver executable does not exist

If you are developing Selenium programs in Java, then you might seen this java.lang.IllegalStateException so many times. It is not so rare, as it looks like. Let’s try to fix this exception with a simple example. When you are working with Selenium, Web browsers and its Drivers / Binary files, you might face exceptions such … Read more