This is the video I've been waiting for. I have banged my head against the wall for the last 4 years looking for a video that helps explain how to make elements more stable. Thank you!!
Awesome Anders, I have been going round in circles trying to work out what span, href and div were. The dynamic selector method is genius, and the loop. This is the guidance I needed to take it to the next level 🤛
Thanks for blessing us with another brilliant tutorial! My wow moment was when you explained what the ordinal attribute does as I never understood its use case until I saw your video. I love your teaching style and how you explain the technical details. Greetings from New Zealand :)
Thank you so much for the nice comment 😊💯 The next PAD videos will be around the new AI features (AI recorder, self-healing AI selectors etc.). Kind regards, Anders
I have been using a lot of selenium and automation anywhere lately, and the xpath selectors are a key component for both. A nice trick to test the selectors, when you click in the console on the inspect windows, and you type the selector you can test it by highlighting the element ex: $x("div[@class='something']")
Hey ogoidrei, thanks a ton for the nice comment. I should have included it in the video. I think a slightly better expression is: document.querySelector('div[@class="something"]'), as that equals the way you create child combinator selectors in Power Automate Desktop. Kind regards, Anders
Hey Reginaldbal, thank you so much - happy it could clarify around selectors in PAD 😊 Kind regards, Anders Ps. I recommend using e.g. ChatGPT, Gemini or Copilot to help with the selctors.
Thank you for the tutorial Anders! I have question that how can I click on the anchor, which is generated based search in the input text? Your advice would be really helpful.
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 13,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Hello Anders, I have an question for you: How i can use the css selector with an asterisk (*) for search any element that contains some word with rest of the elements in the web browser in Power Automate Desktop?? If you give me an explanation with some explame, i will be very grateful to you.
Hey Anders. Thanks for the videos. Wonder if you might have a suggestion why my loop is not progressing. I followed your example. I have a lot of links on a page using this selector "form[Id="form1"] a[Text="Download"]", but my loop condition (using the settings in your example) is only targeting the first one on each iteration of the loop. I am not sure how to get it to increment and move to the next one.
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 13,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Hi Anders! I’m struggling with a problem: my webpage has a calendar. Each day is a “button”. I want to select button-day “2”. When I use “:contains(‘2’), it selects “28”, because it is the first button that contains “2”. I need a code to select “2” only. How can I do that?
Dear Anders, can you please make a video on Iframe and how to do selector creation. I am stuck at this stage in my workflow which I am create. Request.
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 13,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Unfortunately not 😮 I'm sorry. Kind regards, Anders Ps. But you are welcome to ask in my community, it's free and the link is in the video description 😊
Good morning sir I am from india basically I am non It background but I have little bit coding knowledge can I learn uipath and as a fresher jobs is there or not and one more thing in future rpa jobs are increses Or not finally I would say one thing if I learn uipath i have good future or not?
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 12,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
most experts have trouble explaining stuff in their head. you use small words and all the words to make previously unfathomable concepts understandable
Hey Gary, I'm extremely happy to read your comment, as that is exactly the mission of our company (i.e., explaining advanced stuff in a straightforward way). Have a great day 😊 Kind regards, Anders
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 12,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
60,000 SUBSCRIBERS TODAY - thanks to all of you ❤
We're 12,000 RPA developers in my FREE community: discord.gg/iloveautomation
This is the video I've been waiting for. I have banged my head against the wall for the last 4 years looking for a video that helps explain how to make elements more stable. Thank you!!
Thanks a lot for the nice comment - glad it helped 😊👍 Kind regards, Anders
It took me 3 to 4 hard months, on my own, to learn what Anders has condensed into 37 minutes here. I still learned a few things, Thank You.
Hey Bob, thanks a lot 😊🙌 And glad you still learned a little. Kind regards, Anders
This tutorial is very helpful for troubleshooting, I was stuck for a week, and after I saw your tutorials it worked ! Thank you so much !
I'm so glad to hear, thanks for the kind comment 😊🙌 Anders!
Awesome Anders, I have been going round in circles trying to work out what span, href and div were. The dynamic selector method is genius, and the loop. This is the guidance I needed to take it to the next level 🤛
Hey BrumCraft, I'm so glad to read your comment, thanks a lot 😊🙌 Kind regards, Anders Ps. More PAD videos upcoming.
Thanks for blessing us with another brilliant tutorial! My wow moment was when you explained what the ordinal attribute does as I never understood its use case until I saw your video. I love your teaching style and how you explain the technical details. Greetings from New Zealand :)
Thank you so much for the nice comment 😊💯 The next PAD videos will be around the new AI features (AI recorder, self-healing AI selectors etc.). Kind regards, Anders
Thanks Anders. Your channel is the best on Power Automate. Thank you 👍
Wauw, thank you 😍🔥 Kind regards, Anders
Excellent explanation Thankyou, It took me weeks of trial and error last year to try and do this.
Thanks a lot, Adrian 😊🙌
I have been using a lot of selenium and automation anywhere lately, and the xpath selectors are a key component for both. A nice trick to test the selectors, when you click in the console on the inspect windows, and you type the selector you can test it by highlighting the element ex: $x("div[@class='something']")
Hey ogoidrei, thanks a ton for the nice comment. I should have included it in the video. I think a slightly better expression is: document.querySelector('div[@class="something"]'), as that equals the way you create child combinator selectors in Power Automate Desktop. Kind regards, Anders
This is a great video for new automation developers and not only, thank you, Anders!🤩
Thanks a lot, Adi - I'm sure you knew it all 😊
@@andersjensenorg a review never hurts :)
Thanks so much for this video! It was exactly what I needed and I look forward to watching many more videos that you have.
Hey Daniel, thanks a lot for the nice comment 😊🙌 Kind regards, Anders
Thanks a lot! I was struggling to find a good tutorial about this subject. It was very helpful
I'm so glad to hear, Flavio - thanks a lot 😊🙌
Hey Anders, love your videos on PA, they are great. One request, if possible please make a few on Automation Anywhere as well😬
Hey Komal, many thanks 😊🙌 Unfortunately not at the moment 😞 Kind regards, Anders
Thanks just because of holding control I can save Hour it is very appreciative
Glad I could help, thanks a lot 😊 Kind regards, Anders
Great video! Made Sunday morning coffee a delight! 💯💯💯💯💯💯
Hey Thomas - 100x thanks 😊 Have a great day, kind regards, Anders
Thanks a lot . As I always say you are the best teacher ❤
Mandy! Thank you so much, appreciated 😊🙌 Kind regards, Anders
Super great videos teaching how to create a robust selector in PAD. Greetings from Stockholm :)
My pleasure, from Copenhagen 😍
Wow, this tutorial is so informative
Thanks Anders for this very helpful and well explained tutorial.
Hey Reginaldbal, thank you so much - happy it could clarify around selectors in PAD 😊 Kind regards, Anders Ps. I recommend using e.g. ChatGPT, Gemini or Copilot to help with the selctors.
Excellent step by step explanation. Thanks
Hey Sanjeev, thank you so much 😊 Kind regards, Anders
Man this is precisely what I needed. Thanks so much!
I'm so glad to hear, thanks a lot 😊 Kind regards, Anders
Excellent video on this topic, thank you Anders...!
Thank you, appreciated 😍
You contents are great, keep making such a videos
You are super. Yours lessons are the best!!!👍
Hey Vaidotass, Thanks for all the nice words, kind regards Anders 🙌😎
Thank you for the tutorial Anders! I have question that how can I click on the anchor, which is generated based search in the input text? Your advice would be really helpful.
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 13,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
@@andersjensenorg thank you for the community link.
Thank you so much, I hope there is a similar video for UI elements in Desktop Applications (Postman for example 😊)
Hey Ibra, my pleasure - I don't have it planned, but now it's on my to-do 😊 Kind regards, Anders
@@andersjensenorg Thanks, I will wait for that
This video is so much helpful TYSM Anders
Thanks a lot for letting me know, highly appreciated 🥳🙌 Kind regards, Anders
Хороший контент, удачи в развитии канала.
Спасибо большое за приятный комментарий, с уважением, Андерс.
Hello Anders, I have an question for you: How i can use the css selector with an asterisk (*) for search any element that contains some word with rest of the elements in the web browser in Power Automate Desktop?? If you give me an explanation with some explame, i will be very grateful to you.
Hey Anders. Thanks for the videos. Wonder if you might have a suggestion why my loop is not progressing. I followed your example. I have a lot of links on a page using this selector "form[Id="form1"] a[Text="Download"]", but my loop condition (using the settings in your example) is only targeting the first one on each iteration of the loop. I am not sure how to get it to increment and move to the next one.
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 13,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Can you create a Power FX video as it relates to the Power Automate desktop? Thanks a million.
Hi Anders! I’m struggling with a problem: my webpage has a calendar. Each day is a “button”. I want to select button-day “2”. When I use “:contains(‘2’), it selects “28”, because it is the first button that contains “2”. I need a code to select “2” only. How can I do that?
Very Nice Video..Really leant new things..
I'm so glad to hear, many thanks 🙌😍 Kind regards, Anders
Dear Anders, can you please make a video on Iframe and how to do selector creation. I am stuck at this stage in my workflow which I am create. Request.
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 13,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Thank you. Very useful!
Glad it helped 😊 Have a great day! Kind regards, Anders
Very helpful, thank you
Many thanks, I'm so glad to hear 😊 Kind regards, Anders
Kæmpe fan! Tak for endnu en god video 👍🏼
Haha, tusind tak, Kristian - meget værdsat 😊 Mvh Anders
very very good👍👍👍
I'm so happy about all these nice comments, thanks a lot 😍
How to do this on desktop app elements?
Awesome..!
Thank you so much 😊🙌 Kind regards, Anders
Hi ,any video for window ui automation unattended in power automate
Unfortunately not 😮 I'm sorry. Kind regards, Anders Ps. But you are welcome to ask in my community, it's free and the link is in the video description 😊
Great explanation.pls keep doing same
I will, thanks for the nice feedback 😍 Kind regards, Anders
Hello! Please, I need help with WINDOWS selectors (not WEB selectors…). Do you have any video about this?
Unfortunately not 😞 Kind regards, Anders
Could you please tell me the name of the software you are recording with?
OBS, it's FREE 😍
Very good, thanks
My pleasure 😊 Kind regards, Anders
Good morning sir I am from india basically I am non It background but I have little bit coding knowledge can I learn uipath and as a fresher jobs is there or not and one more thing in future rpa jobs are increses Or not finally I would say one thing if I learn uipath i have good future or not?
Plz reply sir I am waiting for your reply thank you
As a fresher how much salary we can expect?
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 12,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Sir my doubt is in upcoming days rpa uipath or power automayion jobs are may increses?
most experts have trouble explaining stuff in their head. you use small words and all the words to make previously unfathomable concepts understandable
Hey Gary, I'm extremely happy to read your comment, as that is exactly the mission of our company (i.e., explaining advanced stuff in a straightforward way). Have a great day 😊 Kind regards, Anders
Hi sir make a videp on SAP automation tutorial 2024 from basic to advance
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 12,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
👍cool
Many thanks 😊