Function When_I_click_on_label

  • When I click on label:

    When I click on label {string}
    

    Parameters

    • text: string
    • Optionaloptions: DataTable

    Returns void

    When I click on label "Label"
    

    With options:

    When I click on label "Label"
    | altKey | false |
    | animationDistanceThreshold | 5 |
    | ctrlKey | false |
    | force | false |
    | includeShadowDom | false |
    | log | true |
    | metaKey | false |
    | multiple | false |
    | scrollBehavior | top |
    | shiftKey | false |
    | timeout | 4000 |
    | waitForAnimations | true |
    | withinSubject | null |
    | pseudoSelector | visible |