Power Automate Desktop || How to work with "Run JavaScript Function on web Page" Action

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

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

  • @ranjitpujari3723
    @ranjitpujari3723 3 года назад +1

    Thanx sir..... Most awaited video..

  • @johanlindgren7494
    @johanlindgren7494 2 года назад +1

    Great tutorial! Cheers :)

  • @cyborgrj123
    @cyborgrj123 Год назад +1

    Nice tutorial!

  • @robertstephen9148
    @robertstephen9148 2 года назад +1

    How can you find elements contains some string, using this action?

  • @Chadillaca
    @Chadillaca 2 года назад +1

    How can you debug the javascript itself during runtime?

  • @alexgamer-ri8bz
    @alexgamer-ri8bz Год назад +1

    Hello Sr there is one thing that I didn't Understandt is why you have click link on web page and at the same time you didn't explain why are you using click link on web page in your flow.

  • @andresibarramunoz7948
    @andresibarramunoz7948 Год назад

    Good afternoon, excellent videos, I have a question, if in the JS function I obtain an id in the DOM through a query selector, and I want to validate if the constant that stores that id that I searched for in the DOM is empty or null, how can I do? Why do I return the result variable and show it in a message and it returns [OBJECT OBJECT], I appreciate your collaboration, I attach the script
    ---------------
    function ExecuteScript() {
    var clasePadre = document.querySelectorAll("#criteria-departure-single-select-0-input ul li")[0];
    return clasePadre ;
    }

  • @codelikeapro9724
    @codelikeapro9724 Год назад +1

    hello i'm new with javascript i found your tutorial i wan to ask is this power automate desktop free?