Tell us how will you use Selenium to upload a file?

Submitted by: Muhammad
File uploading action could be performed by using element.sendKeys("path of file") on the webElement of input tag and type file: < name="fileUpload" type="file" />
Submitted by: Muhammad

Read Online Automation Job Interview Questions And Answers