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
This will run the test on our Grid on IE11 - the test results will appear in the TestingBot dashboard.selenium-side-runner
, try this command for example -
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.