To launch tester on a webpage/in hybrid application, you need to include script loader. There are several arguments, controlling scripter behavior.
Name | Datatype | Description |
---|---|---|
api_key | String | Mandatory. API KEY must match your company key. |
app_id | Integer | Either app_id or script_id is mandatory. |
script_id | Integer | Either app_id or script_id is mandatory. |
device_id | Integer | If given, execution results will be attached to that device. If skipped, device will be created automatically. |
device_code | String | If given, execution results will be attached to that device. If skipped, device will be created automatically. |
autostart | Integer | Will do autostart (not recommended, see examples and methods) |
no_preload | Integer | Will not preload scripts (when app_id is given), calling script_chooser_start() will execute an ajax query to server. |