Ways to handle file uploads in selenium
There are situations where we need to automate tasks such as Click on Browse (file explorer pops up) Select required file from explorer window click on open or upload. “File explorer dialog” and click on “Open” is not browser objects, these are basically windows objects and can not be located using selenium locators. We have several…