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

org.xpathqs.driver.actions.ClearAction.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 ClearAction(selector: BaseSelector) : SelectorInteractionAction(selector)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy