com.codeborne.selenide.appium.selector.WithAttribute Maven / Gradle / Ivy
package com.codeborne.selenide.appium.selector;
public class WithAttribute extends WithTagAndAttribute {
public WithAttribute(String attributeName, String attributeValue) {
super("*", attributeName, attributeValue);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy