
co.verisoft.fw.objectrepository.LocatorObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Selenium4-Junit5 Show documentation
Show all versions of Selenium4-Junit5 Show documentation
VeriSoft framework for testing web and mobile applications. Selenium Module
package co.verisoft.fw.objectrepository;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.ToString;
import java.util.List;
@Getter
@AllArgsConstructor
@NoArgsConstructor
@ToString
public class LocatorObject {
private String objectId;
private String pageName;
private List locators;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy