How to add an image in a text box using selenium in python?

0 replies
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 !

(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!
#add #box #image #python #selenium #text

Trending Topics