Add ContainsOption and TrySelectOption to option widgets#66
Add ContainsOption and TrySelectOption to option widgets#66ThomasRemmery merged 3 commits into10.6.3.Xfrom
Conversation
Introduce ContainsOption and TrySelectOption methods to dropdown, radio button, and checkbox list widgets (generic and non-generic). These methods allow checking for the existence of options and safely attempting selection. Updated interfaces, implementations, and XML docs to improve API consistency and usability.
|
@copilot can you review the PR? |
… unit tests Co-authored-by: ThomasRemmery <108457590+ThomasRemmery@users.noreply.github.com> Agent-Logs-Url: https://github.com/SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit/sessions/88f4c14a-ef29-4f25-94d3-0e3645f7e435
Co-authored-by: ThomasRemmery <108457590+ThomasRemmery@users.noreply.github.com> Agent-Logs-Url: https://github.com/SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit/sessions/88f4c14a-ef29-4f25-94d3-0e3645f7e435
Here's the review summary with the issues found and fixed (commit Issues fixed:
No other issues found. Implementation is correct: |
Introduce ContainsOption and TrySelectOption methods to dropdown, radio button, and checkbox list widgets (generic and non-generic). These methods allow checking for the existence of options and safely attempting selection. Updated interfaces, implementations, and XML docs to improve API consistency and usability.
AB#41138