Configuration of Continuous Integration Server

Jenkins

Configuration of Continuous Integration Server: 1. Create one Parent Folder “cIserver” in a local drive / directory 2. And then Create ant , home, java, maven, tomcat folder on it. 3. Now download the latest […]

Share Button

Maven Installation on Windows

Today we will discuss , How to install maven in Windwos . 1. First of all we need to download maven from apache maven site – http://maven.apache.org/download.cgi 2. Now extract compressed file to local drive […]

Share Button

Authentication dialog with selenium and Firefox profile

Previously I published a post to handle Authentication dialog with autoit.But today we handle this dialog without autoit. For this purpose we need to create a new firefox profile. If you don’t know how to […]

Share Button

Create Firefox Profile

Some time it’s required that we need to create another firefox profile. So, to create a new profile we need to follow the steps – First open the run and type firefox -P Next profile […]

Share Button

Cookie and selenium webdriver

To check Cookie value with selenium, we can use the following code –

Share Button