cypress-cucumber-steps
    Preparing search index...

    Function When_I_find_element_by_name

    • When I find element by name:

      When I find element by name {string}
      

      A name is not a good substitute for a label so you should generally use "When I find element by label text" instead.

      Parameters

      • name: string

      Returns void

      When I find element by name "text"
      

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

      When I find element by name "password"
      And I type "password"