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

org.xpathqs.driver.actions.IAction.kt Maven / Gradle / Ivy

There is a newer version: 0.0.9
Show newest version
package org.xpathqs.driver.actions

interface IAction {
    val name: String
        get() = this::class.java.simpleName
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy