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

com.vaadin.testbench.HasLabelAsText Maven / Gradle / Ivy

/**
 * Copyright (C) 2000-2022 Vaadin Ltd
 *
 * This program is available under Vaadin Commercial License and Service Terms.
 *
 * See  for the full
 * license.
 */
package com.vaadin.testbench;

import org.openqa.selenium.WebElement;

/**
 * Implemented by elements which support a label via its text,
 * such as buttons.
 */
public interface HasLabelAsText extends WebElement {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy