Use Java Robot To Operate Download Popup Dialog In Selenium WebDriver
java.awt.Robot class is very useful when you need to control the mouse or keyboard to operate OS-based windows dialog such as Download popup, Print popup, etc. It can also be used to operate native OS GUI applications like Calculator, Notepad. Because selenium webdriver can not test OS-based window applications or popups directly, so java.awt.Robot can […]
Use Java Robot To Operate Download Popup Dialog In Selenium WebDriver Read More »