
Announcements
Hi
I'm quite new at this. I've been trying to press a radio button. I've tried "Set check box", Select radio button" etc etc, however, it keeps giving me the error that it cannot find the button, UI element, Link etc.
I finally did a recording of pressing the radio button and used that but I still get
Radio button with selector 'input[Id="73848c50-b9dd-ed11-abd8-0a30b5aae458-44ef781a-5f9c-e911-843a-a0369f23ed92-No"]' not found.
Microsoft.Flow.RPA.Desktop.Modules.SDK.ActionException: Radio button with selector 'input[Id="73848c50-b9dd-ed11-abd8-0a30b5aae458-44ef781a-5f9c-e911-843a-a0369f23ed92-No"]' not found.
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.SelectRadioButtonBase.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)
I've had to resort to using OCR to find and select the button, however, I've got more buttons than will fit on one page. If I zoom the page out by 1, the OCR can no longer find the text of the radio button.
Any ideas ?
Fixed it myself. The web page was using dynamic content for the radio buttons. So each time the page was opened, the ID would change. Using the inspection tool I found all the ID's and what part does not change. I ended up putting this in a data table then I could run a simple loop to set all the buttons.