All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.n2oapp.framework.autotest.api.component.Tooltip Maven / Gradle / Ivy

package net.n2oapp.framework.autotest.api.component;

import java.time.Duration;

/**
 * Тултип компонента страницы
 */
public interface Tooltip extends Component {

    /**
     * Проверка того, что тултип пуст
     */
    void shouldBeEmpty();

    /**
     * Проверка того, что тултип содержит текст
     * @param text ожидаемый текст
     */
    void shouldHaveText(String[] text, Duration... duration);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy