{
    "url": "http://localhost:3000/tests/html/scroll-inside-container.html",
    "steps": [
        {
            "startRecording": ""
        },
        {
            "position": "center"
        },
        {
            "wait": 1000
        },
        {
            "scroll": {
                "target": "#scroll-container",
                "left": 0,
                "top": 400,
                "behavior": "smooth"
            }
        },
        {
            "wait": 1000
        },
        {
            "scroll": {
                "left": 0,
                "top": 400,
                "behavior": "smooth"
            }
        },
        {
            "wait": 1000
        },
        {
            "scrollIntoView": {
                "target": ".btn",
                "block": "center",
                "inline": "center",
                "behavior": "smooth"
            }
        },
        {
            "wait": 2000
        },
        {
            "scroll": {
                "left": 0,
                "top": 1000,
                "behavior": "smooth"
            }
        },
        {
            "wait": 1000
        },
        {
            "stopRecording": ""
        }
    ]

}