Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Last active March 31, 2021 11:42
Show Gist options
  • Save expiscornovus/59aee6f27a3d801a88d6ea2c0d530eee to your computer and use it in GitHub Desktop.
Save expiscornovus/59aee6f27a3d801a88d6ea2c0d530eee to your computer and use it in GitHub Desktop.
UI Selectors for File Explorer
## Group - Window 'File Upload'
:desktop > window[Name="%SharePointSiteName% - %DocumentLibraryName% - %DocumentLibraryViewName% — Mozilla Firefox"][Process="firefox"]
## UI Selector - Edit 'File name:'
> window[Class="#32770"][Name="File Upload"] > combobox[Class="ComboBox"][Name="File name:"] > edit[Class="Edit"]
## UI Selector - Button 'Open'
> window[Class="#32770"][Name="File Upload"] > button[Class="Button"][Name="Open"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment