Enhanced Automation Anywhere developer experience. Working at CR Version 38.0.0
当前为
Improvements for the Automation Anywhere development platform with an upgraded user interface and a suite of features accessible via a command palette, along with fixes for several annoyances.
✅ Tested and working on AutomationAnywhere Control Room 31.0.0 to 38.0.0
- Converts input fields that have a horizontal scroll into text areas that break words, allowing you to view all contents at a glance.
- Redesigned the annoying buttons for selecting actions, variables, and triggers.
- Increases the font size and assigns Cascadia Code and Cursive Cascadia Code to key parts of the UI.
- Adds a colorful background.
- And much more...
---
### `userScript.js`
https://github.com/Jamir-boop/automationanywhere-improvements/assets/73477811/f7c6eec2-409f-495d-88e3-028e5b6d4593
This script enhances Automation Anywhere by adding a command palette (`Alt + P`) that lets you execute helpful developer commands instantly.
#### ✅ Command Palette Commands
Use the command palette to run any of the following:
- `a`, `addaction`, `add action`: Open the "Actions" section in the palette.
- `adv`, `addvar`, `add variable`: Add a new variable.
- `v`, `showvars`, `list variables`, `variables`: Show the variables panel.
- `duv`, `delete unused`: Remove unused variables.
- `p`, `private`, `private bots`: Go to your Private Bots folder.
- `historical`, `activity historical`: Open Activity History.
- `audit`, `audit log`: Open the Audit Log.
- `:25`: Scroll to line number 25 (or any number).
- `help`, `show help`: Show this command reference.
#### ⌨️ Keyboard Shortcuts
- `Alt + P`: Toggle the command palette.
- `Alt + V`: Show variables.
- `Alt + A`: Show actions.
- `Ctrl + D`: Toggle the right-side toolbar.
#### 📋 Clipboard Slots (Universal Copy/Paste)
Using the Tampermonkey menu, you can copy/paste bot actions between sessions and even across control rooms:
- `Copy to Slot 1/2/3`
- `Paste from Slot 1/2/3`
Rocket icon buttons will also appear in the top toolbar for faster access.
License
MIT License
Created by jamir-boop GitHub: @Jamir-boop