Function When_I_right_click_on_text

  • When I right-click on text:

    When I right-click on text {string}
    

    Alternative:

    Parameters

    • text: string
    • Optionaloptions: DataTable

    Returns void

    When I right-click on text "Text"
    

    With options:

    When I right-click on text "Text"
    | altKey | false |
    | animationDistanceThreshold | 5 |
    | ctrlKey | false |
    | log | true |
    | force | false |
    | metaKey | false |
    | multiple | false |
    | scrollBehavior | top |
    | shiftKey | false |
    | timeout | 4000 |
    | waitForAnimations | true |