Twitter Automation: Login, Post Tweet, Logout
A few months back I wrote a simple script for facebook which helps you to quickly post status...
Read MoreA few months back I wrote a simple script for facebook which helps you to quickly post status...
Read MoreAlthough a very basic thing, but when I actually started writing the code and made dry runs, I...
Read MoreWhen you’re working with multiple browsers like Chrome and Firefox, sometimes it becomes a...
Read MoreScreenshots play a vital role when it comes to gathering test evidence, as one can always question...
Read MoreIn this article, we will be looking into Links and Images, and the various scenarios, that can be...
Read MoreKeyboard and Mouse events in selenium are handled by Advanced Actions Interactions API. This API...
Read MoreIn this article, we will look into the ways in which File Upload can be done using Selenium Web...
Read MoreIn this article, I will be discussing on, how to locate common web elements using selenium web...
Read MoreXPath stands for XML(eXtensible Markup Language) Path.Using XPath we can navigate to any element...
Read MoreIn the previous article, we learned about the types of locators that a selenium web driver uses to...
Read MoreA web page is made up of many locators (eg. id, class, name etc.). Using these locators selenium...
Read MoreIn this post, we will be writing a simple Selenium script that compares the page title of the...
Read More