Uses of Interface
org.openqa.selenium.Capabilities
Packages that use Capabilities
-
Uses of Capabilities in org.openqa.selenium
Classes in org.openqa.selenium that implement CapabilitiesModifier and TypeClassDescriptionclassclassclassMethods in org.openqa.selenium that return CapabilitiesModifier and TypeMethodDescriptionWebDriverInfo.getCanonicalCapabilities()Describes the smallest set ofCapabilitiesthat could be used to create an instance of thisWebDriverimplementation.HasCapabilities.getCapabilities()default CapabilitiesCapabilities.merge(Capabilities other) Merge twoCapabilitiestogether and return the union of the two as a newCapabilitiesinstance.PersistentCapabilities.merge(Capabilities other) Methods in org.openqa.selenium with parameters of type CapabilitiesModifier and TypeMethodDescriptionstatic ImmutableCapabilitiesImmutableCapabilities.copyOf(Capabilities capabilities) WebDriverInfo.createDriver(Capabilities capabilities) Creates a new instance of theWebDriverimplementation.static ProxyProxy.extractFrom(Capabilities capabilities) booleanWebDriverInfo.isSupporting(Capabilities capabilities) default CapabilitiesCapabilities.merge(Capabilities other) Merge twoCapabilitiestogether and return the union of the two as a newCapabilitiesinstance.MutableCapabilities.merge(Capabilities other) Merge twoCapabilitiestogether and return the union of the two as a newCapabilitiesinstance.PersistentCapabilities.merge(Capabilities other) Constructors in org.openqa.selenium with parameters of type CapabilitiesModifierConstructorDescriptionMutableCapabilities(Capabilities other) PersistentCapabilities(Capabilities source)