How to upload file in selenium-ide 3-7-4
问题 we need to switch to the second window select title is not working in this case how can we do that pleaseenter image description here 回答1: 1) Using sendkeys we can send file path name:- It’s the most basic technique to perform the upload of a file.Get the file upload element either by using the Id or Name. And call the Webdriver’s sendKeys() method to set the value of the file to upload. Remember following two things when uploading files in WebDriver 1)There is no need to simulate the