Forum Discussion
AlexKaras
Champion Level 3
Hi,
Can you provide a code snippet that you use to enter data in the field?
I am just guessing that read-only control might become enabled when human user focuses it.
For example, control.Keys("Sophie") might not work, but
control.Click(); // this will, for example, replace read-only label with editable text-box
parentControl.Keys("Sophie"); // control cannot be used as it was destroyed, but its parent might exist and can be used
might appear to work.
Nikolayev
2 years agoContributor
Thank you for reply
It is not a web app but desktop appl
here are the steps :
Aliases.JANUA_UI_WPF.HwndSource_MainWindow.ClickItem
Aliases.JANUA_UI_WPF.HwndSource_MainWindow.ClickItem.SetText"Sophie"
Aliases.JANUA_UI_WPF.HwndSource_MainWindow.ClickItem.Keys"[Enter]"
Related Content
- 2 years ago
- 4 years ago
Recent Discussions
- 22 hours ago
- 22 hours ago
- 5 days ago