> For the complete documentation index, see [llms.txt](https://autokin.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autokin.gitbook.io/docs/autokin-mobile/give-steps.md).

# Give Steps

### Given that I set `{platform}` as platform with version of `{platform version}` <a href="#given-that-i-set-platform-as-platform-with-version-of-platform-version" id="given-that-i-set-platform-as-platform-with-version-of-platform-version"></a>

```
Scenario: Autokin Mobile
    Given that I set "iOS" as platform with version of "13.0"
```

### &#x20;<a href="#given-that-i-set-device-name-as-device" id="given-that-i-set-device-name-as-device"></a>

### Given that I set `{device name}` as device <a href="#given-that-i-set-device-name-as-device" id="given-that-i-set-device-name-as-device"></a>

```
Scenario: Autokin Mobile
    Given that I set "iOS" as platform with version of "13.0"
    Given that I set "iPhone 11 Pro" as device
```

### &#x20;<a href="#given-that-app-is-located-at-path-or-url" id="given-that-app-is-located-at-path-or-url"></a>

### Given that app is located at `{path or URL}` <a href="#given-that-app-is-located-at-path-or-url" id="given-that-app-is-located-at-path-or-url"></a>

```
Scenario: Autokin Mobile
    Given that I set "iOS" as platform with version of "13.0"
    Given that I set "iPhone 11 Pro" as device
    Given that app is located at "http://www.autokinjs.com/myapps/myios_sample_app.zip"
```
