![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Support, I have two questions. 1. If window title "Instacropper", how can we maximize this window? Notice: This window size and position always changed so we didn't expect window position and size at all. 2. I want to write always UPPERCASE by keystroke. But sometimes wrote lowercase desite "Caps Lock" by keystroke. What is you recommendation? S.W.Bok |
| |||
| Hello, To maximize the window you can apply the keystrokes on that window itself as Alt+Spacebar key and then 'x' as follows': Keystrokes: [ALT DOWN] [ALT UP]x in "Instacroppe" To write in in uppercase, you can use special keystroke in keystroke editor i.e. [CAPS]. This keystroke will write on the CAPS LOCK no matter it is on/off. For e.g. the following command will write in uppercase when the task runs no matter the caps lock is on or off before running the task: Keystrokes: [CAPS LOCK]abc[ENTER] in "Untitled - Notepad" Hope that helps. |