Skip to main content

Posts Tagged ‘automation testing’

Capture8

Selenium – Uploading a File Using Robot Class

Need For Robot Class: Selenium normally allows file uploads using the send Keys () method for file input fields. However, if the input field is not of type “file,” it might run into problems and here comes the Robot class. The Robot class, part of the java.awt package, helps you perform system-level events, pressing keys, […]