
How to add an image in a text box using selenium in python?
(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!