--- tags: English --- # SideeX to TestingBot 1. Open [TestingBot](https://testingbot.com/) official website 2. Register an account and login 3. Click on [document](https://testingbot.com/support/getting-started/nodejs.html) ![](https://i.imgur.com/iZxK8B0.png =50x) in profile 4. Click `Automated Testing` => `Examples and Tutorials` => `NodeJS Examples` 5. Use the `Capabilities` of TestingBot with NodeJS, and then replace all `'` to `"` ``` { "browserName": "chrome", "client_key": "your_client_key", "client_secret": "your_client_secret", "platform": "WIN10", "version": "latest" } ``` 6. Open SideeX and press the setting button 7. Toggle Playback through WebDriver ![](https://imgur.com/krsIS5i.png =300x) 8. Add a new service and then add a new browser ![](https://imgur.com/VLJBxqd.png =500x) 9. Fill in **Server URL** with `hub.testingbot.com` and port `80` ![](https://i.imgur.com/KxTbhhK.png =500x) 10. Click on Capability Editor ![](https://imgur.com/r37xnFK.png =35x) and paste the generated capability ![](https://i.imgur.com/xPbkXRj.png =500x) 11. Play the test case. A browser window will be automatically triggered by TestingBot. ![](https://i.imgur.com/UMgosVg.png =500x )