When using the recorder typing text in a RadSearchBox it records action specific to that element type. This fails when my desktop if locked with a Win32 error which I assume is because it is locked.
First of all, isn't it possible on your end to detect this scenario and provide a detailed error message (not Win32) or even attempt to fall back to a mode of setting text that doesn't require the desktop be unlocked?
Second, the properties for a RadSearchBox action have TypingSpeed which says it is used "when SimulateRealTyping is set", but I don't see the SimulateRealTyping property for this element.
Third, I tried to create an action on the element to just set the text. While it has an "Enter text" action listed under quick actions, it actually fails when run with the following error. "Target '[Element: 'div:112' (id=ctl00_cphM_scMain_sbKeywordSearch)]' is not a supported element to set text to."
I'm not sure if it is even going to be feasible to convert all of our tests to run with the desktop locked, but this is the first one I am working on and am already running into a problem. I wish I had been aware of this before since the goal is to schedule them to run unattended.
Recorder
RadSearchBox('ctl00_cphM_scMain_sbKeywordSearch'): text 'Test' entered in Searchbox input
Manually added step
Enter text 'Test' in 'KeywordSearchBox'