com.automation.remarks.kirk.locators.ElementLocator.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kirk Show documentation
Show all versions of kirk Show documentation
Kirk - pragmatic UI test automation
package com.automation.remarks.kirk.locators
/**
* Created by sepi on 6/27/2017.
*/
interface ElementLocator {
fun find(): T
val description: String
}