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

Running Selenium Tests on Chrome – Selenium Framework, Java

In this Selenium Framework Java-based guide, we will learn- How to run Selenium tests on Chrome browser? As, we know- What is Selenium, How to do setups, and start with Selenium? Now, we will run Selenium Tests on web browsers. So, Let’s get started – Pre-requisites for this Guide To follow this guide further, you … 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