---
title: Running Selenium IDE tests on multiple browsers
description: Run your Selenium IDE tests (.side) on all browsers and mobile devices.
source_url:
  html: https://testingbot.com/support/web-automate/codeless-automation/faq
  md: https://testingbot.com/support/web-automate/codeless-automation/faq/index.md
---
# Selenium IDE FAQ

TestingBot supports importing and running Selenium IDE tests on all our browsers and devices.   
 Please find some questions and answers below.

## FAQ

- **How do I use `selenium-side-runner` with TestingBot?**

You can easily run your tests with `selenium-side-runner`, try this command for example

    selenium-side-runner --server http://key:secret@hub.testingbot.com/wd/hub -c "browserName='internet explorer' version='11.0' platform='Windows 8.1'" my-test-file.side

 This will run the test on our Grid on IE11 - the test results will appear in the TestingBot dashboard. 
- **Do you support the old Selenium IDE format? What about the .SIDE format?**

We support both versions in our TestLab. You can upload the old format (in `HTML` format) or newly generated tests (in `SIDE` format).

- **Do you support control flow?**

We do not yet support control flow, like `if`, `else`, `while`, ...   
 If you need this feature, please [contact us](https://testingbot.com/contact/new).

- **Do you support mobile testing with Codeless Automation?**

We support running your tests on our iOS and Android simulators/emulators.   
 Please consider using `css selectors` as much as possible, as Appium (which we use to control iOS/Android) does not support XPath selectors.

### Looking for more help?

Have questions or need more information? Reach out via email or Slack.

[Email us](https://testingbot.com/contact/new)[Slack Join our Slack](https://join.slack.com/t/testingb0t/shared_invite/zt-3bcw9xch-jk19~6XPs_xBrsAgAedkCw)
