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

org.openqa.selenium.devtools.v88.schema.Schema Maven / Gradle / Ivy

package org.openqa.selenium.devtools.v88.schema;

import org.openqa.selenium.Beta;
import org.openqa.selenium.devtools.Command;
import org.openqa.selenium.devtools.Event;
import org.openqa.selenium.devtools.ConverterFunctions;
import com.google.common.collect.ImmutableMap;
import org.openqa.selenium.json.JsonInput;

/**
 * This domain is deprecated.
 */
@Deprecated()
public class Schema {

    /**
     * Returns supported domains.
     */
    public static Command> getDomains() {
        ImmutableMap.Builder params = ImmutableMap.builder();
        return new Command<>("Schema.getDomains", params.build(), ConverterFunctions.map("domains", new com.google.common.reflect.TypeToken>() {
        }.getType()));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy