Function When_I_uncheck_input

  • When I uncheck input:

    When I uncheck input {string}
    

    Uncheck checkbox input by label text.

    Parameters

    • text: string
    • Optionaloptions: DataTable

    Returns void

    When I uncheck input "Text"
    

    With options:

    When I uncheck input "Text"
    | animationDistanceThreshold | 5 |
    | log | true |
    | force | false |
    | scrollBehavior | top |
    | timeout | 4000 |
    | waitForAnimations | true |
    | pseudoSelector | visible |