com.codeborne.selenide.clearwithshortcut.package-info Maven / Gradle / Ivy
/**
* Custom implementation of $.clear() which clears the input using shortcut (Ctrl+A -> Delete)
*/
@NullMarked
@CheckReturnValue
package com.codeborne.selenide.clearwithshortcut;
import com.google.errorprone.annotations.CheckReturnValue;
import org.jspecify.annotations.NullMarked;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy