Last active
March 31, 2021 11:42
-
-
Save expiscornovus/59aee6f27a3d801a88d6ea2c0d530eee to your computer and use it in GitHub Desktop.
UI Selectors for File Explorer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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