Selenium Framework Java Introduction – What, Why and How?

In this Selenium WebDriver and Java based tutorial, we will understand- What exactly is Selenium? Is Selenium a Framework or Tool? and How to start with Selenium Framework using Java and Chrome binary. We will also understand, How to use Selenium as a Software Tester or Developer, to Automate things on the fly. So, Let’s … Read more

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