cypress-cucumber-steps
    Preparing search index...

    Function When_I_blur

    • When I blur:

      When I blur
      

      Blurs the element with focus.

      Parameters

      • Optionaloptions: DataTable

      Returns void

      When I blur
      

      With options:

      When I blur
      | log | true |
      | force | false |
      | timeout | 4000 |

      A preceding step like "When I find input by label text" is required. For example:

      When I find input by label text "Text"
      And I blur