I have tried choose_file but it is not working in my case, I have also tried the send_keys() method but still not working.
Selenium base support the choose_file() method if the dom element is type="file" but in my case that is missing.
Looking for any help