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

com.automation.remarks.kirk.locators.ElementLocator.kt Maven / Gradle / Ivy

There is a newer version: 0.8.5
Show newest version
package com.automation.remarks.kirk.locators

/**
 * Created by sepi on 6/27/2017.
 */
interface ElementLocator {

    fun find(): T

    val description: String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy