Jump To...
Purpose
This script automates the initial CRM setup by logging into the agent’s CRM, bypassing the setup checklist, and configuring the following:
- Workflows
- Reactive responses
- Live chat (enabled and configured)
- Geek AI setup
Prerequisites
- Selenium IDE must be installed in Google Chrome. Download it from the Chrome Web Store
- This extension is published by seleniumhq.org
- You must be logged in as a superuser in the CRM.
- Ensure you have the latest version of the script, which you can download here: tinyurl.com/26bxa4ys
Running the Script
- Open the Selenium IDE extension in Chrome.
- Select “Open an existing project.”
- Locate and load the script from your computer.
-
Change the dropdown in the top-left from “Tests” to “Test Suites.”
-
Click on the “Default Suite” dropdown and select the first tab: “nav to site admin.”
-
Click “Run All Tests” (play button with three dashes) to execute the script.
- Enter the Company UUID. This can be collected from the Superuser menu in the client's CRM.
Known Issues & Troubleshooting
- If a workflow tab encounters an issue, delete the already created workflow from the agent’s CRM.
- Return to Selenium IDE, select the specific workflow in the Suite List, and click “Run Current Test” (play button without dashes) to execute only that workflow.