Hi all,
I found edge was upgrade from 131 to 133,
![]()
![]()
The save as button element was changed,
Is there currently a mature solution for clicking the save as button?
Is there an element that can select both old and new elements?
Hi all,
I found edge was upgrade from 131 to 133,
![]()
![]()
The save as button element was changed,
Hi @jmy , do you need to support the ‘Save As’ button for both the older and newer versions of edge? If so, you could just use the ‘Element Exists’ or ‘Check App State’ activity to first check which version of the save button has appeared, then just map the selector to each save button.
Hi @jmy
Use the “Check app state” activity to handle the situation. Identify the elements that are unique to the New Save As window. In cases where the element appears, use the Click activity to handle the new Save As window. If the element does not appear, use the previous Click activity that was used to handle the old Save As window.
Hope it helps!!
indicate both and check what are the common attributes like innertext or aaname can be same …so use properties like those so that the selector works for both
if they are completely different then you might need to go with check app state with two different activities for each type of click
cheers
@jmy Use “Strict Selector” and “Fuzzy Selector” Together
UiPath Modern UI Automationallows you to configure both strict and fuzzy selectors.
Steps:
aaname, class, ctrlname, title).*) or variables to make the selector dynamic.