--- tags: English --- # SideeX to CrossBrowserTesting 1. Open [CrossBrowserTesting](https://crossbrowsertesting.com/) official website 2. Register an account and login 3. Click on the `Automated Testing` in `Product` ![](https://imgur.com/hhWlfFm.png =300x) 4. Click `Getting Started` in `Automation` ![](https://imgur.com/PQWsmcB.png =200x) 5. Use Capabilities Configurator of Javascript 6. Toggle `View Full Script` to find username and authkey in the script 7. Replace all `'` to `"` and then manually add username and password field in capability ```json { "name": "Basic Test Example", "build": "1.0", "browserName": "Chrome", "version": "77x64", "platform": "Windows 10", "screenResolution": "1366x768", "username": "your_user_name", "password": "your_auth_key" } ``` 8. Open SideeX and press the setting button 9. Toggle Playback through WebDriver ![](https://imgur.com/krsIS5i.png =300x) 10. Add a new service and then add a new browser ![](https://imgur.com/VLJBxqd.png =500x) 11. Fill in **Server URL** with `hub.crossbrowsertesting.com` and port `80` ![](https://i.imgur.com/a2SKkT7.png =500x) 12. Click on Capability Editor ![](https://imgur.com/r37xnFK.png =35x) and paste the capability ![](https://imgur.com/eXr1ih6.png =500x) 13. Play the test case. A browser window will be automatically triggered by CrossBrowserTesting. ![](https://i.imgur.com/9YpM1Vz.png =500x)