# Direct URL
Just like with the cli, a runner can be initiated directly by composing a url containing all the necessary components. This allows to run on any platform, device and browser configuration.
# The URL
https://app.testsoothe.com/view?action=runner&type=<TYPE>&id=<TYPE_ID>&key=<RUNNER_KEY>
# Type
Required
This is the type of component to run. It can be any of project
, feature
, scenario
or flow
.
# Type id
Required
The id of the component provided above.
# Runner key
Required
This is the key that identifies the account on which to run the component. See here
← CLI Runner info →