Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Power Automate Desktop
Suggested answer

All UI element in window has been changed by itself

Like (2) ShareShare
ReportReport
Posted on 11 Sep 2024 04:20:54 by 4
Hi
 
I have been working on an automation flow, and it has been working for several months. But yesterday the flow is having trouble about UI windows not working.
After update new ui element selector has been changed.

I don't know what happen.
 
 
Before 
 > document[Class="Chrome_RenderWidgetHostHWND"] > group > group > group > group > group > group > group:eq(1)
 
After, New selector
 > pane[Class="BrowserRootView"] > pane[Class="NonClientView"] > pane[Class="BrowserFrameViewWin"] > pane[Class="BrowserView"] > pane[Class="View"] > document[Id="RootWebArea"] > group[Class="buttonDropdown"]
 
Categories:
  • CU31080729-3 Profile Picture
    432 Super User 2025 Season 1 on 28 Feb 2025 at 02:56:40
    All UI element in window has been changed by itself
    Hi,
     
    I am facinng same issue that you have raise on forum , have got solution for it without chnaging element one by one of whole process.
    is there setting in chrome for that ui element chnages.
    beacouse same process work fine on 2) another desktop (serevr) with old element but not working on 1) desktop and when capture its show new element .
     
     
    Thansk & Regards
    Chetan Ninghot
  • CU23070630-3 Profile Picture
    10 on 13 Sep 2024 at 12:04:01
    All UI element in window has been changed by itself
    Hi,
    I had the same problem. What saved me was the old version of PDA on one of my PCs, but...

    TODAY a new version appeared (2.47.119.24249), and it reverted to the old UI elements.
    What was funny in the previous version was that when I selected the same UI element, I got different results...
     
  • Suggested answer
    eetuRobo Profile Picture
    3,273 Super User 2025 Season 1 on 13 Sep 2024 at 05:28:32
    All UI element in window has been changed by itself
    That's normal when website or application have an update. Sometimes their UI elements also change. Even sometimes when the update does not change anything visually the elements have changed in the code. 

    So I recommend making the selector as simple as possible. So what I do is I have regular selector with more elements/attributes



    And then I have a "Simple selector" that works with the least amount of elements/attributes toggled on. So in my example just the "input[Title = User]"

    This way if the more complex selector fails it still might work with the simple selector (it tries the next selector if first one fails so in this case if Default Selector fails it tries with Simple Selector). With more simple selector you of course have to make sure that it still finds only one and not several elements. So make sure to test it.

    And also use the Image As Fallback function which was introduced in the summer. That way even if the UI element is not found PAD will find the element by image (as long as it hasn't changed visually at all). 

  • Suggested answer
    CU13090108-0 Profile Picture
    5 on 13 Sep 2024 at 01:13:16
    All UI element in window has been changed by itself

    Hi! I also experienced the same issue you posted about.
    The Windows UI suddenly changed, so I adjusted to the new one and used it for a few days.
    But on September 12th, it suddenly reverted back to the old version, even though I didn't do anything special.


    I hope you were able to resolve it well too.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Automate - Power Automate Desktop

#1
eetuRobo Profile Picture

eetuRobo 18 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 6

#2
John_Mavridis Profile Picture

John_Mavridis 6 Microsoft Employee

Overall leaderboard
Loading started