All Implemented Interfaces:
Cell, RadioCell, Component, Element

public class N2oRadioCell extends N2oCell implements RadioCell
Ячейка таблицы с radio для автотестирования
  • Constructor Details

    • N2oRadioCell

      public N2oRadioCell()
  • Method Details

    • click

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

      public void shouldBeChecked()
      Description copied from interface: RadioCell
      Проверка выбранности ячейки
      Specified by:
      shouldBeChecked in interface RadioCell
    • shouldBeUnchecked

      public void shouldBeUnchecked()
      Description copied from interface: RadioCell
      Проверка не выбранности ячейки
      Specified by:
      shouldBeUnchecked in interface RadioCell
    • radioElement

      protected com.codeborne.selenide.SelenideElement radioElement()