[
    {
        "click": ".stm-tst-type-dropdown"
    },
    {
        "hover": ".stm-tst-type-dropdown + .dropdown__box .list__item:nth-child(3)"
    },
    {
        "wait": 2000
    },
    {
        "hover": ".stm-tst-type-dropdown + .dropdown__box .list__item:nth-child(1)"
    },
    {
        "wait": 2000
    }
]