March 2017 – Make Selenium Easy

Hello Folks, We have seen: How to launch Firefox browser. How to launch chrome browser. In this post we will learn: How to launch Edge browser(Windows 10 onward) How to launch Internet Explorer browser What is Edge browser: Microsoft Edge is a web browser developed by Microsoft and included in Windows 10, Windows 10 Mobile […]

In last post, we have learnt how to launch Chrome driver through selenium. In this post we will learn: How to launch Firefox browser through Selenium 3. Open a URL in browser. Close the browser. Selenium 3 has been launched. In selenium 2, it was very easy to launch Firefox browser as Selenium 2 had […]

In last post, we have done installation of JAVA and Eclipse. We have downloaded Selenium standalone jar file as well. Now, we will learn Setup of a java project in eclipse with selenium. Opening a chrome browser and perform some basic actions. First we do little setup of eclipse. Step 1: Create a folder(work space […]

As of now, we should have basic idea of: Introduction of Selenium Webdriver Architecture of Selenium Webdriver In this post, we will learn: Installation of JDK. Installation of Eclipse Selenium jar file download Let’s start with setup first. Installation of  JDK in system. We will learn selenium Webdriver with JAVA. So first thing we need […]

We have already seen a details explanation about Selenium. To summarize, Selenium is a suite of tools which automates browser or we can say automates the actions performed on browser. For example:- You launch a browser and load Gmail url. You provide username and password and gets signed in. All these are performed within a […]