All Implemented Interfaces:
Cell, EditCell, Component, Element

public class N2oEditCell extends N2oCell implements EditCell
  • Constructor Details

    • N2oEditCell

      public N2oEditCell()
  • Method Details

    • control

      public <T extends Control> T control(Class<T> componentClass)
      Description copied from interface: EditCell
      Возвращает поле ввода для изменения значения в ячейке
      Specified by:
      control in interface EditCell
      Parameters:
      componentClass - тип поля ввода
      Returns:
      поле ввода для автотестирования
    • click

      public void click()
      Description copied from interface: EditCell
      Клик по ячейке
      Specified by:
      click in interface EditCell
    • editableCell

      protected com.codeborne.selenide.SelenideElement editableCell()