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 exampleCopyselenium-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
-
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 (inSIDE
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. -
Do you support mobile testing with Codeless Automation?
We support running your tests on our iOS and Android simulators/emulators.
Please consider usingcss selectors
as much as possible, as Appium (which we use to control iOS/Android) does not support XPath selectors.