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

js.web.dom.NavigatorAutomationInformation Maven / Gradle / Ivy

package js.web.dom;

import js.lang.Any;
import org.teavm.jso.JSProperty;


public interface NavigatorAutomationInformation extends Any {
    @JSProperty
    boolean isWebdriver();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy