org.xpathqs.driver.actions.ClickAction.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xpathqs-driver Show documentation
Show all versions of xpathqs-driver Show documentation
Framework for the interaction with drivers for the xpathqs-core
package org.xpathqs.driver.actions
import org.xpathqs.core.selector.base.BaseSelector
open class ClickAction(on: BaseSelector) : SelectorInteractionAction(on) {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy