Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Test Recorder - Expand Control Support #493

Open
Grant-Archibald-MS opened this issue Nov 27, 2024 · 0 comments
Open

[Feature]: Test Recorder - Expand Control Support #493

Grant-Archibald-MS opened this issue Nov 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Grant-Archibald-MS
Copy link
Contributor

Grant-Archibald-MS commented Nov 27, 2024

Is your feature request related to a problem? Please describe.

Current scope of #386 and #483 includes Mouse Clicks as input but not keyboard entry and also specify select actions for different controls

Describe the solution you'd like

Expands support for Text Entry to relate the keyboard events to the control that has focus and update the Power Fx as

SetProperty(InputControl.Text,"Value Typed");
SetProperty(RadioGroupCanvas1.DefaultSelectedItems, "Item 1");
SetProperty(RadioGroupCanvas1.DefaultSelectedItems, "Item 2");
SetProperty(DropdownCanvas1.Selected, "Test 1");
SetProperty(DatePickerCanvas1.SelectedDate, Date(2024, 12, 31));
SetProperty(Toggle1.Value,"On");

Describe alternatives you've considered

No response

Additional context?

No response

@Grant-Archibald-MS Grant-Archibald-MS added the enhancement New feature or request label Nov 27, 2024
@Grant-Archibald-MS Grant-Archibald-MS changed the title [Feature]: Test Recorder - Include Text input [Feature]: Test Recorder - Expand Control Support Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant