Hello,
I want to upload an image on one of the sites. Image is on my C drive. How to automate it using python selenium.
I used following but it's not working
driver.find_element_by_id("button_desktop").send_keys(os.getcwd()+"C:/Desktop/MyImage.png")
Please suggest.
Thanks in Advance
ADS