• When I go:

    When I go {int}
    

    Parameters

    • direction: number

    Returns void

    Navigate forward to the next URL in the browser's history:

    # equivalent to clicking the forward button
    When I go 1

    Navigate back to the previous URL in the browser's history:

    # equivalent to clicking the back button
    When I go -1