Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Xpath in Selenium

The query language which is used to locate elements in XML document is "xpath". XML is the context in which xpath exist. One or more elements exists inside the XML document. Every element must have a start and end tag if it contains so...

Locators in Selenium WebDriver

Locators in Selenium Webdriver: In Selenium WebDriver, everything is related to web elements. All the objects in a web page is called web elements like input box, buttons, etc. To do any action with these web elements, we need to first locate ...

How to handle drag and drop functionality through selenium webdriver ?

We use "Actions" class to handle drag and drop functionality. WebDriver driver = new FirefoxDriver(); driver.get("http://jqueryui.com/resources/demos/droppable/default.html"); driver.manage().timeouts().implicitlyWait(20L, TimeUnit.SECONDS...

Gmail Sign-in through Selenium Webdriver

Hello all, this is script for Gmail Sign-in through Selenium Webdriver by using xpath as a locator. I have use xpath in locating HTML elements. Xpath can be easily generate from Firebug. public class loginuser { public static void main(St...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: