Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Last active March 31, 2021 11:20
Show Gist options
  • Save expiscornovus/8117e764f025f4c79104c7c4a5614527 to your computer and use it in GitHub Desktop.
Save expiscornovus/8117e764f025f4c79104c7c4a5614527 to your computer and use it in GitHub Desktop.
Select File From File Explorer in Power Automate Desktop
UIAutomation.Click Element: appmask['Window \'File Upload\'']['Edit \'File name:\''] ClickType: UIAutomation.ClickType.LeftClick MousePositionRelativeToElement: UIAutomation.RectangleEdgePoint.MiddleLeft OffsetX: 90 OffsetY: -1
UIAutomation.FormFilling.PopulateTextField TextField: appmask['File Upload\'']['Edit \'File name:\''] Text: InvoiceFileName
UIAutomation.FormFilling.PressButton Button: appmask['Window \'File Upload\'']['Button \'Open\'']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment