# When Steps

### When I create new session on {Appium Server} <a href="#when-i-create-new-session-on-appium-server" id="when-i-create-new-session-on-appium-server"></a>

This starts new Appium session, and after that can now receive interactions. If application path or URL is not set, this will fail.

```
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"
    When I create new session on "https://appium.autokinjs.com:4723/wd/hub"
```
