UiPath- Windows Activities |Get Active Window, Move Window, Restore Window, Show Window, Hide Window

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024
  • In this video, you are going to learn about the windows activities in Uipath. These activities will help to solve many issues which you are facing during your complex automation which involves multiple applications.
    Activities Covering:
    Get Active Window
    Move Window
    Restore Window
    Show Window
    Hide Window
    Maximize Window
    Minimize window
    Selenium Playlist: • Selenium
    UiPath playlist: • UiPath
    Python&Powershell playlist: • Python&Powershell
    Dataiku Playlist: • Dataiku
    VB Playlist: • VB
    Coding Playlist: • Coding
    channel: / @autobotbyrahul
    Please like the video, Comment with your valuable opinions, and share it with your friends. Don't forget to subscribe and enable the notification.
    #uipath #windowsActivity#autobot

Комментарии • 5

  • @csmartly
    @csmartly 2 года назад

    thanx for the video. I need to click on pop up window opened from the browser. I'm unable to get using get active window.

    • @autobotbyrahul
      @autobotbyrahul  2 года назад

      Any challenges while using the normal click activity??

    • @csmartly
      @csmartly 2 года назад

      ​@@autobotbyrahul it is unable to detect pop up window.

  • @sanjuktalokapur521
    @sanjuktalokapur521 2 года назад

    How do we type into same field in multiple tabs with same url in chrome

    • @autobotbyrahul
      @autobotbyrahul  2 года назад

      Hello,
      Here one approach is to use the keyboard shortcuts to create new tab and to switch between the tabs. But not sure whether it will work in parallel.
      Another approach is to open multiple browser sessions and then use parallel activity. In that parallel activity you can call the same steps.