I am automating one web application. In that, I have to Automate one module which is file upload. When selenium clicks on upload button of application, in that case window which consist all the file displays. So there I want to go to specific folder , So I can select required file. By default there is no search button is coming in the upload dialogue, if it will be there then I can directly send the file path using sendKeys().
Any way to handle this situation or anyone has faced same kind of issue.