cypress-cucumber-steps
    Preparing search index...

    Function When_I_double_click_on_text

    • When I double-click on text:

      When I double-click on text {string}
      

      Alternative:

      Parameters

      • text: string
      • Optionaloptions: DataTable

      Returns void

      When I double-click on text "Text"
      

      With options:

      When I double-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 |