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)
How to add an image in a text box using selenium in python?
2
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!
(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!
Next Topics on Trending Feed
-
2