Class N2oFooter
java.lang.Object
net.n2oapp.framework.autotest.impl.component.N2oElement
net.n2oapp.framework.autotest.impl.component.N2oComponent
net.n2oapp.framework.autotest.impl.component.application.N2oFooter
Компонент Footer для автотестирования
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.codeborne.selenide.SelenideElementvoidleftTextShouldHaveValue(String name, Duration... duration) Проверка точного соответствия текста (без учета регистра) в левой части компонента footerprotected com.codeborne.selenide.SelenideElementvoidrightTextShouldHaveValue(String name, Duration... duration) Проверка точного соответствия текста (без учета регистра) в правой части компонента footerMethods inherited from class net.n2oapp.framework.autotest.impl.component.N2oComponent
shouldBeHidden, shouldBeVisible, shouldExists, shouldHaveCssClass, shouldHaveStyle, shouldNotExistsMethods inherited from class net.n2oapp.framework.autotest.impl.component.N2oElement
element, setElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.autotest.api.component.Component
should, should, should, shouldBeHidden, shouldBeVisible, shouldExists, shouldHaveCssClass, shouldHaveStyle, shouldNotExistsMethods inherited from interface net.n2oapp.framework.autotest.api.component.Element
element, setElement
-
Constructor Details
-
N2oFooter
public N2oFooter(com.codeborne.selenide.SelenideElement element)
-
-
Method Details
-
leftTextShouldHaveValue
Description copied from interface:FooterПроверка точного соответствия текста (без учета регистра) в левой части компонента footer- Specified by:
leftTextShouldHaveValuein interfaceFooter- Parameters:
name- ожидаемое значение текста
-
rightTextShouldHaveValue
Description copied from interface:FooterПроверка точного соответствия текста (без учета регистра) в правой части компонента footer- Specified by:
rightTextShouldHaveValuein interfaceFooter- Parameters:
name- ожидаемое значение текста
-
leftSideText
protected com.codeborne.selenide.SelenideElement leftSideText() -
rightSideText
protected com.codeborne.selenide.SelenideElement rightSideText()
-