UiPath RPA Challenge - 1 | Input Forms - Handle Unreliable Selectors with Anchor Base in UiPath

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024

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

  • @mohamedshehata3979
    @mohamedshehata3979 3 года назад

    I Made the same but not working

  • @tinkumandal4830
    @tinkumandal4830 4 года назад

    I want to start from "click download button also" first download the excel sheet

    • @botbotgo4902
      @botbotgo4902  4 года назад +1

      of course you can do that! The downloaded excel file would be added to your download folder (depending on chrome settings).
      1. So you might have to first delete any file with same name in download folder
      2. use click activity to click the download button
      3. wait for the file to be downloaded by looping through a path exists activity
      4. when the path exists read this file and click on the start button using click activity.

    • @tinkumandal4830
      @tinkumandal4830 4 года назад

      @@botbotgo4902 thanku for reply.. could you please suggest me? how the bot delete or replace the same file.. It is hard to delete manually again and again..