0

This is the picture of the pop-up window that pops up

I can't find the proper web elements to automate the process of uploading a CSV file to this window.Web-element page

Adham
  • 1
  • 1
  • You can use `send_keys` with the path to the file as the parameter. However, the image shows an element that is a `div` which you can't send keys to. You will have to find the `input` tag corresponding to it: https://stackoverflow.com/a/43775885/3730626 – M B Jul 09 '22 at 04:04
  • That's what I attempted but there is no file element at all. I think it just some Java script given by the ::After if you look closely. In this case do you think there is anything I can do? – Adham Jul 09 '22 at 15:19

0 Answers0