Power Automate Desktop - advanced UI elements

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024

ความคิดเห็น • 45

  • @andersjensenorg
    @andersjensenorg ปีที่แล้ว +6

    Great - Everyone asking me about selectors in PAD gets a link to this!

  • @MatKjeldsen
    @MatKjeldsen 2 หลายเดือนก่อน +1

    Great clip! I can see we are multiple Danes working in this community, that's so cool to see! :)

  • @AndreasMake
    @AndreasMake ปีที่แล้ว +2

    Thank you for making my day. Great video

  • @BLobregat
    @BLobregat ปีที่แล้ว

    Dude I'm so grateful about your explanation, I was trying to get warranty date from Dell website and the Power Automate was getting text equal to the first search, so after I removed the 'condition' text equal to text and kept the class title, it worked well. Thanks a lot!!!

  • @garrettfinnell3712
    @garrettfinnell3712 ปีที่แล้ว +1

    So helpful! I've been looking for an explanation on how the ordinals system works. Totally didn't know it had a starting point of zero.
    Would've taken me at least a few more days of testing and frustration to figure that out. Thanks very much!

  • @Tap2EarnTips
    @Tap2EarnTips ปีที่แล้ว +1

    Great video Thomas, please keep them coming!

    • @thomasshakypetersen1609
      @thomasshakypetersen1609  ปีที่แล้ว +1

      Thx mate, that motivates a lot

    • @Tap2EarnTips
      @Tap2EarnTips ปีที่แล้ว

      @@thomasshakypetersen1609 Honestly you deserve it. Btw how can I contact you personally regarding a paid request?

  • @muthukumarrajaiyan9563
    @muthukumarrajaiyan9563 8 หลายเดือนก่อน +1

    Thanks for the great video, able to understand clearly.

  • @kimzadishimoda6050
    @kimzadishimoda6050 ปีที่แล้ว +1

    Wow did this help me, thank you.

  • @mdsouza1903
    @mdsouza1903 2 ปีที่แล้ว +1

    exactly What i was looking for.. thanks for posting this.

  • @grzegorz2852
    @grzegorz2852 ปีที่แล้ว +1

    great job. super useful!

  • @janvanhaver6970
    @janvanhaver6970 2 ปีที่แล้ว +1

    Brilliant! Thanks ever so much.

    • @thomasshakypetersen1609
      @thomasshakypetersen1609  2 ปีที่แล้ว +1

      Glad you liked, give a shout if you're wanting any topics covered.

  • @nuinhuin2685
    @nuinhuin2685 ปีที่แล้ว

    Great valuable Infos. Thanks for Sharing!

  • @dcanbazlar
    @dcanbazlar ปีที่แล้ว

    You save my day Thanks

  • @dcanbazlar
    @dcanbazlar ปีที่แล้ว +1

    Can you make more videos like this, with advanced examples

  • @MrPueblerino03
    @MrPueblerino03 2 ปีที่แล้ว +2

    Is it posible select an element from a shadow root?

    • @SeyseDK
      @SeyseDK 2 ปีที่แล้ว

      I remember having problems with it, so every time I encounter one I use a .js, that works fine.

  • @jeffc7332
    @jeffc7332 ปีที่แล้ว

    Good day. Thomas where would be a good place to learn in detail about Power Automate (i.e. course work or books)? It seems like there is a lot of tailored information for easy tasks. I is real hard to find in-depth information in abundances like yours.
    I would like to know in-depth information about all Power Automate, but right now I'm learning how to make flows between software's on Windows. It is hard to get thing to repeat without having to redo all of the UI element each time, when I open Power Automate and the software's.
    Do you have any good suggestions?
    Thank you
    Jeff

    • @thomasshakypetersen1609
      @thomasshakypetersen1609  ปีที่แล้ว

      hiya Jeff, the best youtuber (and most popular) is probably Anders Jensen, th-cam.com/video/0S_QgIOvB7c/w-d-xo.html

  • @dexterlee1199
    @dexterlee1199 ปีที่แล้ว

    thanks for sharing great video
    may I ask how can I loop it to the last of Ordinal
    when I original don't know how much is there?
    cheers

    • @thomasshakypetersen1609
      @thomasshakypetersen1609  ปีที่แล้ว

      Hiya Dexter, you simply don't know when the rows stop :) The trick is to do error handling on the first read action in the loop. If it fails, set a bool to %True% and continue flow. Then an if sentence with bool = True ? => exit loop.
      Hope that helped

  • @mukramcricktech6934
    @mukramcricktech6934 ปีที่แล้ว

    How do you get all the data from the box for each down scroll please explain

    • @thomasshakypetersen1609
      @thomasshakypetersen1609  ปีที่แล้ว

      you don't need to scroll down, it reads the data from the html code, not what your eyes can see. So just keep looping through the data and use an 'on error, go to label' to exit the loop when there isn't any more data

    • @mukramcricktech6934
      @mukramcricktech6934 ปีที่แล้ว

      @@thomasshakypetersen1609 hi have tried the loop, it extracts 15 items which are visible and from 16 item it's not able to extract because for 16 items we should scroll down any option

    • @thomasshakypetersen1609
      @thomasshakypetersen1609  ปีที่แล้ว

      @@mukramcricktech6934 I see, well in that case the code doesn't load the rest of the board until you scroll down. It's annoying but fixable.You have to scroll down every 10 or so items. Create an if sentence at the top of the loop, checking if a counter = 10. If yes, scroll down. Is that possible?

  • @arenahax6655
    @arenahax6655 2 ปีที่แล้ว

    How to detect logo in Web UI

    • @thomasshakypetersen1609
      @thomasshakypetersen1609  2 ปีที่แล้ว

      a logo will have an element that you can find with the browsers dev tool. The img element will probably have a src attribute, which would be the name of the image.

    • @arenahax6655
      @arenahax6655 2 ปีที่แล้ว

      @@thomasshakypetersen1609 If website is dynamic then?

    • @thomasshakypetersen1609
      @thomasshakypetersen1609  2 ปีที่แล้ว

      @@arenahax6655 the image name is almost always static. Try to reload the website to check what changes and what doesn't

    • @arenahax6655
      @arenahax6655 2 ปีที่แล้ว

      @@thomasshakypetersen1609 i am talking a scenario when dynamic websites aka different url with different design needs to automate?

    • @thomasshakypetersen1609
      @thomasshakypetersen1609  2 ปีที่แล้ว +1

      @@arenahax6655 there is always some static aspect of it. It depends from site to site of course, unfortunately I don't have a general answer to the issue except for identifying what is static and what isn't.

  • @SimoneCarp
    @SimoneCarp ปีที่แล้ว

    Very nice. I'll ask if you could help with another head-scratcher, I'd appreciate if you had the time to check! Basically I activate a web browser on a page, select a button, and the action generates a second tab (where I'd like to submit username and password) which comes with a "formally incorrect URL" - I can't use it directly to open a new browser instance. Unfortunately, PAD switches back to the original tab before it can fill the fields, and the flow fails since it can't recognize the UI elements. I've tried clicking on the tabs area "on the right", but of course the trick doesn't work. I've also tried typing text (hotkey combination Ctrl+2) to switch to the second tab. Still doesn't work. PAD doesn't do image recognition like Automate Anywhere either, so right now I'm a little stuck on this apparently little issue.

    • @thomasshakypetersen1609
      @thomasshakypetersen1609  ปีที่แล้ว

      sure, the "launch edge/chrome..." action attatches itself to a single tab. When opening a new tab, you need to run a new "launch..." action and choose the "attatch to.." option. There, you can either attatch to the activated tab or choose it by title ( ex. shopping cart , the * are wildcards)