I am trying to upload an image but there is no input type available.
The button that opens a OX dialog is:
//button[@ng-model='singleFileUpload']
The code: [![enter image description here][1]][1]
[1]:
I tried things as described in the following topics but they dont work for me: Webdriver: File Upload c# selenium to browse and upload a file How to upload file/ handle window using Selenium web driver
Thanks for your help.