cypress-cucumber-steps
    Preparing search index...

    Function When_I_find_buttons_by_text

    • When I find buttons by text:

      When I find buttons by text {string}
      

      Parameters

      • text: string
      • Optionaloptions: DataTable

      Returns void

      When I find buttons by text "Button"
      

      With options:

      When I find buttons by text "Button"
      | log | true |
      | timeout | 4000 |
      | withinSubject | null |
      | includeShadowDom | false |

      This precedes steps like "When I click". For example:

      When I find buttons by text "Button"
      And I get 1st element
      And I click