Driver Manager for Selenium Web Driver This blog post explains how to initiate the Chrome and IE browsers using maven setup. To run selenium web driver in chrome/IE browsers, download the preferred version of Chrome Driver/ IE Driver server for web driver and save it in local. Now set the property for chrome driver/IE driver, […]
Arthika Chandrasekar

Blogs from this Author
A Simple Illustration Using AngularJS
This blog post explains how to create a Simple Shopping Cart using AngularJS. What is AngularJS? AngularJS is an open-source MVC JavaScript (programming language) framework, which simplifies web development by offering automatic view/model synchronization. In this example, we will create a simple application to add the item, remove the item, increment and decrement the quantity of items […]