Testing with Automation
Sunday, April 26, 2015
JavaScript Executor
›
JavaScriptExecutor its an Interface in Selenium WebDriver. It provides way to inject JavaScript in browser through WebDriver. We have t...
Thursday, November 20, 2014
Mouse events
›
Using Selenium to perform drag-drop, Hover, move to particular coordinate, double click and right click we have Actions class for under ...
Wednesday, October 29, 2014
getText() and getAttribute("") method
›
To fetch the tooltip or text written on any webpage there are differences in the use of getText() and getAttribute() method. In this post I...
Example of firefoxDriver Class
›
Using selenium to simulate browser we have classes for different browser for example we have FirefoxDriver class for firefox browser. So an...
Monday, October 27, 2014
Know your x-Path
›
Inspecting elements using xpath in particular page is the most crucial step while automating web app just because if your xpath is not uniq...
Wednesday, October 15, 2014
Ways to implement WebDiver Wait
›
In previous post I had discussed about locating element whose x-path is dynamic, so in continuation to the same in this discussion I will ...
Thursday, September 18, 2014
Finding relative x-path of dynamic headings/text on pages whose attribute is unavailable.
›
For instance, We are on web page which has dynamic heading(its being changing everytime whenever we refresh the same page) like this In...
Home
View web version