Input static method

AbstractSelector Input(
  1. String label
)

Implementation

static AbstractSelector Input(String label) =>
    Css('input[title="$label"][name="InputField"][class="lsField__input"]');