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

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

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

import org.xpathqs.core.selector.base.BaseSelector

open class InputAction(
    val text: String,
    val to: BaseSelector
) : SelectorInteractionAction(to) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy