Capturing screen shots of browsers with Selenium and Cloud Testing – Part 2

In Part 1 of this article, we covered the basics of capturing screenshots with Selenium using the captureScreenshot() and captureEntirePageScreenshot() methods. In this part, we cover the use of the Java Robot. Java Robot The Java Robot, part of the AWT (Abstract Windowing Toolkit) allows developers to interact with the GUI in an automated manner, [...]