I want to upload an image to a website using Selenium.
The HTML of the button which I have to click is in the image(Highlighted) below
The problem is when I click on that element a windows popup comes on the screen to select the image I want to upload, which I cannot control with Selenium. LIKE THIS
Please tell me How to Select the image from that popup and also tried the send_keys method but it was unsuccessful for me.