Class N2oHtml
java.lang.Object
net.n2oapp.framework.autotest.impl.component.N2oElement
net.n2oapp.framework.autotest.impl.component.N2oComponent
net.n2oapp.framework.autotest.impl.component.snippet.N2oSnippet
net.n2oapp.framework.autotest.impl.component.snippet.N2oHtml
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidshouldHaveElement(String cssSelector) Проверка наличия элемента по css селекторуvoidshouldHaveElementWithAttributes(String cssSelector, Map<String, String> attributes) Проверка соответствия атрибутов у элементаvoidshouldHaveText(String text, Duration... duration) Проверка текста на соответствиеMethods 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
-
N2oHtml
public N2oHtml()
-
-
Method Details
-
shouldHaveElement
Description copied from interface:HtmlПроверка наличия элемента по css селектору- Specified by:
shouldHaveElementin interfaceHtml- Parameters:
cssSelector- css селектр
-
shouldHaveText
Description copied from interface:SnippetПроверка текста на соответствие- Specified by:
shouldHaveTextin interfaceSnippet- Parameters:
text- ожидаемый текст
-
shouldHaveElementWithAttributes
Description copied from interface:HtmlПроверка соответствия атрибутов у элемента- Specified by:
shouldHaveElementWithAttributesin interfaceHtml- Parameters:
cssSelector- css селектор для поиска элементаattributes- ожидаемые атрибуты
-