I got a text box in a website and I wish to add an image over there using selenium in python language! I have seen a stackoverflow issue where the user had solved this problem in java lang !
Referrence : How to insert picture through selenium webdriver? !
(the textbox supports images as I am able to manually paste a copied image and there is also a button to upload images)
I have tried using element.sendkeys("image location path") as shown for java programme and it seems to be not working!
element.send_keys("assets/moon.jpg")