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

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

Cookie and selenium webdriver

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

Share Button

Html ACCESSKEY and selenium webdriver

selenium

To check accesskey of html webpage we can use the following code – and the output should be – Opening http://demo.tanmaysarkar.com/sample_03.html Last name is selected Cricket is NOT checked Cricket is checked

Share Button

Check image is present in html with selenium webdriver

selenium

If we want to validate that image is properly loading in webpage , we can use the following code – as in the demo page http://demo.tanmaysarkar.com/sample_04.html only first image is present and second one is […]

Share Button