com.epam.jdi.light.ui.html.elements.common.Button Maven / Gradle / Ivy
package com.epam.jdi.light.ui.html.elements.common;
import com.epam.jdi.light.asserts.generic.TextAssert;
import com.epam.jdi.light.elements.base.UIBaseElement;
import com.epam.jdi.light.elements.interfaces.common.IsButton;
/**
* Created by Roman Iovlev on 26.09.2019
* Email: [email protected]; Skype: roman.iovlev
*/
public class Button extends UIBaseElement
implements IsButton {
public String getValue() { return getText(); }
@Override
public TextAssert is() { return new TextAssert().set(this); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy