Hi all,
I'm having difficulty figuring out how to the the image picker while using web automation.
Basially, I want to upload images to a website using file picker. There is a button on the web page to "selet images" which I have an a UI element. However, the press button UI element doesn't open the file picker.
The selector builder code is listed below. Any ideas?
> pane[Class="BrowserRootView"][Name="Website - Microsoft Edge"] > pane[Class="NonClientView"][Name="Microsoft Edge"] > pane[Class="BrowserView"] > pane[Class="View"]:eq(2) > pane[Class="View"] > pane[Class="View"] > document > group[Class="responsive responsive-dp en"][Id="PagePostAd"] > group[Id="mainPageContent"] > list[Class="layout"]:eq(0) > listitem[Class="jsonly"] > group[Class="imageUploadButtonWrapper"] > button[Class="button-update-cancel short file-upload-button"][Id="ImageUploadButton"]