All Implemented Interfaces:
Component, Element, Field, Help
Direct Known Subclasses:
N2oButtonField, N2oIntervalField, N2oStandardField

public class N2oField extends N2oComponent implements Field
Поле формы для автотестирования
  • Constructor Details

    • N2oField

      public N2oField()
  • Method Details

    • shouldHaveLabel

      public void shouldHaveLabel(String label, Duration... duration)
      Description copied from interface: Field
      Проверка метки на соответствие
      Specified by:
      shouldHaveLabel in interface Field
      Parameters:
      label - ожидаемое значение метки
    • shouldNotHaveLabel

      public void shouldNotHaveLabel()
      Description copied from interface: Field
      Проверка того, что метки не существует
      Specified by:
      shouldNotHaveLabel in interface Field
    • shouldHaveEmptyLabel

      public void shouldHaveEmptyLabel()
      Description copied from interface: Field
      Проверка пустоты поля
      Specified by:
      shouldHaveEmptyLabel in interface Field
    • label

      protected com.codeborne.selenide.SelenideElement label()