Home » Selenium Webdriver

Selenium Webdriver

Introduction to driver.getPageSource() and perform assertion on text present on web page

Might be most of you would have used it in your day to day scripting or if not then don’t worry I am trying to make it chew-able that would finally get digested well. People who has started learning Selenium would be familiar with Selenium RC and hoping would be familiar with Selenium IDE. In RC and …

Introduction to driver.getPageSource() and perform assertion on text present on web page Read More »

Handling Element Not Found Exception In Selenium WebDriver

IF you are a Selenium WebDriver  Automation tester than most probably you would have gone through this situation, In which you have faced one exception that speaks “Element not found“. So why not, we get together and find first whether the element is on-page or not and then we perform the action on it. Case …

Handling Element Not Found Exception In Selenium WebDriver Read More »

Selenium Introduction & Why It Is So Cherished Automation Tool

Selenium as Automation Tool Since More and more cloud based and browser based web applications are being developed and we people are following agile methodology for the development of product so need of quick testing appears as a big question mark before tester and they need some tool through which they can automate their product/web-application …

Selenium Introduction & Why It Is So Cherished Automation Tool Read More »

Installing Maven Plugin in Eclipse

Installing Maven plugin in Eclipse 1-     Download Eclipse http://www.eclipse.org/downloads/ 2-     Unzip and Click on Eclipse.exe 3-     Now in Eclipse  Click  Help-> Install New Software 4-     Type the following URL in field Work with: http://download.eclipse.org/technology/m2e/releases 5-     Click Add 6-     Give any name for the repository 7-     Click OK 8-     Select the checkbox Maven Integration for Eclipse 9-     Click Next etc. to move forward …

Installing Maven Plugin in Eclipse Read More »

Scroll to Top
Scroll to Top