Image Comparison Using Selenium Shutterbug
Image Comparison Using Selenium Shutterbug will discuss how we can compare 2 screenshots of a particular WebElement or particular web pages while working with selenium. Major Validations that we generally do in our day to day life is Text comparison in selenium. We always verify expected output value and mark our test cases pass or […]
How to Take Full Page Screenshot using Selenium ShutterBug
How to Take Full Page Screenshot using Selenium ShutterBug will discuss how we can take a screenshot of a particular web page from top to bottom by scrolling till the end of the page while working with selenium. There are many pages in our WWW(World Wide Web) which are longer than our screen size . […]
How to Take WebElement Screenshot using Selenium ShutterBug
How to Take WebElement Screenshot using Selenium ShutterBug will discuss how we can take a screenshot of a particular WebElement while working with selenium. In real time scenarios, Being automated tester you will definitely come across a scenario to validate LOGO for your application. Of Course it can be done using human eyes. In lead […]
How to Take Screenshot using Selenium ShutterBug
How to Take Screenshot using Selenium ShutterBug will discuss how we can take a screenshot of a particular website page when you work with selenium. Need of Screenshot for Automated Testing: From my own experience, getting screenshots from an automation framework whenever an automated test has problems or points of failure is a very helpful […]