Answers

Question and Answer:

  Home  Automation

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

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" />

 119 views

More Questions for you: