This flow executed successfully during runtime in a previous version, but now I have the same problem as @ChaitanyaCh .
Custom selector uses a variable. Tests successfully in Selector editor.
Runtime results in element not found- Here's a recording.
The error details are copied below.
Correlation Id: bf9822f1-243b-4b80-b46d-3eebc2b3061f
Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException: Button with selector 'div[Class*="buttonset ui-buttonset"][Id*="3b2fb8d5-064f-44cf-914c-959235333027"] > label[Class*="ui-button ui-widget"] > span[Class="ui-button-text"][Text="Yes"]' not found.
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.PressButtonBase.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)