Then I see [Some Contant]
Then I do not see "Some Text"
Then I don't see [Some Contant]
Then see the text "Some Text"
Then I don't see the text "Some Text"
# UI Element or a UI literal
# Value is/isn't inside a UI Element or a UI literal
Then I see "hello" in {foo}
Then I see "world" in <#bar>
Then I don't see "hello" in {foo}
Then I don't see "world" in <#bar>
Then I do not see {Foo} with "hello"
Then I don't see <bar> with "world"
# Attribute from a UI Element or UI literal
Then I see {Foo} with the attribute "maxlength" valued "200"
Then I see the attribute "type" of <#bar> to be "text"
# CSS class or Style - WEB ONLY
Then I see {Foo} with the class "primary-button"
Then I see {Foo} with the style "color: blue"
# UI Element or ui literal is/isn't enabled
Then I see {Foo} is enabled
Then I see <#bar> is enabled
Then I do not see {Foo} is enabled
Then don't see <#bar> is enabled
# UI Element or ui literal is/isn't checked
Then I see {Foo} is checked
Then I see <#bar> is checked
Then I do not see {Foo} is checked
Then don't see <#bar> is checked
Then I see "Some Text" in the title
Then I don't see [My Constant] in the title
Then I see the title with "foo"
Then I don't see the title with [My Constant]
Then I see the url "/foo"
Then I don't see the url "/bar"
Then I see the cookie "foo"
Then I don't see the cookie [My Cookie]
# App is installed/not installed - MOBILE ONLY
Then I see that the app "com.example.android.myapp" is installed
Then I see that the app "com.example.android.myapp" is not installed
# An activity - MOBILE ONLY
Then I see that the current activity is ".HomeScreenActivity"
# Device locked/unlocked - MOBILE ONLY
Then I see that the device is locked
Then I see that the device is locked
# Device orientation - MOBILE ONLY
Then I see that the orientation is landscape
Then I see that the orientation is portrait