🔴 8. LIVE Conversation - Create Dynamic Selectors in UiPath | Use Wildcards Selector | UI Explorer

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 มิ.ย. 2024
  • ❖To automate specific actions in the user interface, you are required to interact with various windows, buttons, drop-down lists and many others. One of the ways in which UI elements can be identified is by using their position on the screen, but this can be unreliable.
    ⦿ To overcome this problem, UiPath Studio uses what we call selectors. These store the attributes of a graphical user interface element and its parents, in the shape of an XML fragment.
    ⦿ Most of the times, selectors are automatically generated by Studio and do not require further input from you, especially if the apps you are trying to automate have a static user interface.
    ❖This video is a #LiveConversation where we are talking the #Selectors in #UiPath Studio and How can we make an #DynamicSelector with the help of wildcards in Selectors in UiPath
    ➤➤➤ Timestamps
    0:00 - Start
    1:20 - Agenda for the Video
    1:58 - Recap from Previous Session
    3:45 - Scenario Introduction
    8:54 - UiPath.Core.SelectorNotFoundException
    10:14 - Handle Dynamic Names in Notepad
    11:35 - Introduction to Wildcards in Selectors
    13:34 - Make Dynamic Selectors
    20:03 - Introduction to UI Explorer
    21:02 - Validate Button in UI Explorer
    23:44 - Repair Button in UI Explorer
    24:23 - Highlight Button in UI Explorer
    26:23 - Indicate Element Button in UI Explorer
    35:37 - UI Frameworks Button in UI Explorer
    39:27 - Selectors in Web Automation
    ➤➤ ➤ ➤
    In case you also want to have an RPA Conversation with me on any of the topic , You can comment the same in Comment box or drop me a note on mailmukeshkala@gmail.com.
    Happy to take the conversation ahead !
    ➤➤➤
    Live Conversation Playlist -
    bit.ly/3004o7O
    ➤➤➤
    Official Documentation Link
    docs.uipath.com/studio/docs/a...
    ➤➤➤
    #UiPath #Automation #UiPathCommunity #ControlFlow#BestPractices #Loops
    ➤➤➤
    Official Documentation Link
    docs.uipath.com/studio/docs/a...
    ➤➤➤
    #UiPath #Selectors #RPA #IDX #RPA #mukeshkala
    ➤➤➤ Happy Automation!
    ➤➤➤ Social Media Links
    👉 Instagram : / uipathtutorials
    👉 LinkedIn : / mukeshkala
    👉 Twitter : / tweetmukeshkala
    👉 Facebook: / uipathfb
    👉 TH-cam : / tutorialsbymukeshkala
    👉 Mail : mailmukeshkala@gmail.com
    #UiPathCommunity #UiPath #RPA

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

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

    Nice explanation ❤️.

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

      Thank you 🙂

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

    Hi Mukesh, I have below doubts regarding dynamic selectors
    1) Does the specific notepad file on which we want to perform action should be kept open when we execute the workflow?
    2) I have changed the notepad file name(saved in desktop) and closed the notepad file also. I have added wildcard characters in selectors to open the respective notepad file.. But when I try to execute the workflow, the UI Path always open untitled notepad file and it do the actions on that untitled file... It is not opening the renamed notepad file.
    I tried giving the dynamic selectors also but nothing works... My understanding from the experiment is, The notepad file which we are working on should be kept open always before we execute the workflow?

    • @MukeshKala
      @MukeshKala  2 หลายเดือนก่อน

      1) NO
      2) This would depend on how you have configured the automation. I would recommend you to pleas refer to the modern activities now which has much better control 👉 Modern Design Experience Playlist
      th-cam.com/video/ZKQrUJnzE8s/w-d-xo.html

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

    looking for this video to enable good selectors in one ui element

  • @abhishekbodke4157
    @abhishekbodke4157 6 หลายเดือนก่อน +1

    Sir I want to join your live classes

    • @MukeshKala
      @MukeshKala  6 หลายเดือนก่อน

      Hello , Don’t have any live sessions or classes , everything is on TH-cam only

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

    How to select anti bot elements in uipath
    Can u please make some tips for that sir.

    • @MukeshKala
      @MukeshKala  3 ปีที่แล้ว

      Sure , Let me come up with some use cases with UiPath

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

    hi mukesh can you make a video on fuzzy selector

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

    wht does idx and aa means in that selector

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

      Index of the Current Element has within its Container which include multiple similar Elements
      It is recommended to replace the idx with more reliable one- So automation does not fails in case the application is updated and indices are changed.
      aaname - This is what is provided by the Developer to the fields.
      Please refer this Video -th-cam.com/video/sHySIPCdz2U/w-d-xo.html