Microsoft Power Automate Desktop에서 원하는 요소 선택

2514 단어 Power Automatetech
웹 페이지 버튼을 누를 때 필요하기 때문에 요약합니다.
PAD는 코드로 복사할 수 있기 때문에 코드로 보존됩니다.
다음 코드.메일이 포함되어 있습니다.클릭 가능합니다.
웹 페이지 페이지의 화면 이름이기 때문에 여기서는 좋아하는 이름으로 바꿀 수 있다.
CustomSelector의 사용 방법에는 공식 문서가 있습니다.
https://docs.microsoft.com/ja-jp/power-automate/desktop-flows/build-custom-selectors#use-variables-in-a-custom-selector
오른쪽 탭의 UI 요소부터 편집합니다.
WebAutomation.PressButton.PressButton BrowserInstance: NewTab Control: appmask['Web Page hoge']['<button> \'メール\'']

# [ControlRepository][PowerAutomateDesktop]
{
  "ApplicationInfo": {
    "Name": "ClipboardControlRepository",
    "Version": "1.0"
  },
  "Screens": [
    {
      "Controls": [
        {
          "AutomationProtocol": "uia3",
          "ElementTypeName": "<button>",
          "InstanceId": "1f62ee71-9a5d-440b-9b3b-ca0f81c631bb",
          "Name": "<button> 'メール'",
          "SelectorCount": 1,
          "Selectors": [
            {
              "CustomSelector": "button:Contains(\"メール\")",
              "Ignore": false,
              "IsCustom": true,
              "IsWindowsInstance": false,
              "Order": 0
            }
          ],
          "Tag": "button"
        }
      ],
      "ElementTypeName": "Web Page",
      "InstanceId": "41fbed9b-6f3b-4767-94b4-b9529cddf439",
      "Name": "Web Page hoge",
      "SelectorCount": 1,
      "Selectors": [
        {
          "CustomSelector": null,
          "Elements": [
            {
              "Attributes": [],
              "CustomValue": "domcontainer",
              "Ignore": false,
              "Name": "Web Page hoge",
              "Tag": "domcontainer"
            }
          ],
          "Ignore": false,
          "IsCustom": false,
          "IsWindowsInstance": false,
          "Order": 0
        }
      ],
      "Tag": "domcontainer"
    }
  ],
  "Version": 1
}

좋은 웹페이지 즐겨찾기