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

org.xpathqs.driver.actions.SelectorInteractionAction.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

abstract class SelectorInteractionAction(
    val on: BaseSelector
) : IAction {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy