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

com.katalon.platform.api.model.testobject.BasicWebElementEntity Maven / Gradle / Ivy

There is a newer version: 1.0.21
Show newest version
package com.katalon.platform.api.model.testobject;

import java.util.List;
import java.util.Map;

public interface BasicWebElementEntity {
    
    String getDescription();

    boolean hasParentElement();

    String getParentElementId();

    List getWebElementProperties();

    List getXpathElementProperties();

    String getImagePath();

    boolean isRelativeImagePath();

    WebElementSelectorMethod getSelectorMethod();

    Map getSelectorCollection();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy