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

uk.sponte.automation.seleniumpom.configuration.Constants Maven / Gradle / Ivy

There is a newer version: 3.0.14
Show newest version
package uk.sponte.automation.seleniumpom.configuration;

/**
 * Created by n450777 on 07/03/2016.
 */
public class Constants {
    public static String ROOT_ELEMENT_FIELD_NAME = "rootElement";
    public static String PAGE_ELEMENT_CONTAINER_FIELD_NAME = "webElement";
    public static String DUMMY_PAGE_LOCATOR_FOR_LISTS = "Dummy page locator - it is not being used as we're passing WebElement anyway";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy