Part 3/3 Automate checking unchecked checkbox of a Webpage using UI elements- Power Automate Desktop

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 12

  • @cacapico20
    @cacapico20 Рік тому +1

    your video saved my day you are the first person to generate this video, I reviewed many forums and also searched many videos and none gave me the solution I thank you and obviously I subscribe to your channel

  • @Sam-fy9kc
    @Sam-fy9kc 7 місяців тому +1

    What to do when I have to scroll down a window and check the boxes? They are not present in a single window and I have to scroll down

    • @PowerAutomator
      @PowerAutomator  7 місяців тому

      after u scroll and identify the checkbox for power automate, power automate does not need to scroll. I think :). Worse case scenario, count how many keyboard tabs you need to press then "send keys" the amount of tabs you need

  • @sentralorigin
    @sentralorigin Рік тому

    thank you. is there a way to handle a dynamic number of checkboxes? like if you go to the website and the number of checkboxes change every time. how can you count the number of checkboxes on the webpage for the loop

    • @PowerAutomator
      @PowerAutomator  Рік тому +1

      You can put in the maximum number of loops that you can think of or just put 100, the error control will skip looping before it reaches 100 once it can't find anything. That is my guess.

  • @jeffjeff9406
    @jeffjeff9406 9 місяців тому +1

    I have a web form that i need to fill out with checkboxes however most of them require you to open a drop down tab first. Can you use this program to also click the tabs first? And can you automate other functions like clicking buttons like send ect?

    • @jeffjeff9406
      @jeffjeff9406 9 місяців тому +1

      Thankyou for the tutorial otherwise it will be very helpful 🙂

    • @PowerAutomator
      @PowerAutomator  9 місяців тому +1

      Yes you can try to find the elements to click. If its too hard, play with send keys "tab" (count how many tabs you need to get to the drop down tab" then "enter" or "space" to drop down the list.

    • @jeffjeff9406
      @jeffjeff9406 9 місяців тому +1

      @@PowerAutomator thankyou very much for the immediate reply i will work on this tomorrow
      Subscribed ❤

    • @PowerAutomator
      @PowerAutomator  9 місяців тому

      @@jeffjeff9406 haha cheers

  • @cacapico20
    @cacapico20 Рік тому

    Dear I have another question regarding the checkboxes, I have a hypothetical case in which I have 2 columns, the first column is the checkbox and in the second there is an icon, my question is is there a way to analyze the entire row and if the second column is already the icon does not select it and skip to the next?