Capture screenshot of an alert with selenium and robot class
In one of our post, we have seen how to take a screenshot of a browser screen, but unfortunately this…
In one of our post, we have seen how to take a screenshot of a browser screen, but unfortunately this…
Note: For the entire discussion of selenium topics on this blog, we will be using Java language. Basic setup of selenium webdriver…
In this post, we will be learning why we need to use Base classes for handling different browsers and then…
As most of us know, Autoit is a tool to automate basic navigations for non browser / windows applications. There…
Many automation QAs confuse with which selenium method we need to use to fetch the textbox value from the web…
Assert is to compare the expected with actual. Assert is class exposed from org.testng.Assert; 2 types of Asserts – Soft…
In this article, we will understand how to locate WebElements on mobile devices, for this we will be using UIAutomatorViewer tool.Before…
In this post, we will see step by step guide to create and setup Android Virtual Device, an Android emulator…