I am actually trying to upload a picture to: https://www.remove.bg/upload But the problem is that I can't find an input tag to upload files using the sendKeys keyword, looking forward to any solution.
Asked
Active
Viewed 32 times
0
-
You can send the path to that upload button. – Nandan A Sep 04 '21 at 12:49
-
@NandanA : There's no input tag as attribute type and value file, so no he can not do that in this case – cruisepandey Sep 04 '21 at 12:56
-
It gave me error that there is attribute for this webelement – Shaiq Paracha Sep 04 '21 at 13:38
-
@cruisepandey is there any other to solve this issue – Shaiq Paracha Sep 04 '21 at 13:44
-
@ShaiqParacha : may be auto it is your best shot as far as I know, but it will only work in WIndows, not any platform – cruisepandey Sep 04 '21 at 14:03
-
@cruisepandey Actually, I was trying to find some way which more likely to be done using Python by the way Thanks for that option – Shaiq Paracha Sep 04 '21 at 14:12
-
https://stackoverflow.com/questions/860013/is-there-a-python-equivalent-to-javas-awt-robot-class see this – cruisepandey Sep 04 '21 at 14:17