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 TypeClassDescriptionclass
class
class
Methods in org.openqa.selenium that return CapabilitiesModifier and TypeMethodDescriptionWebDriverInfo.getCanonicalCapabilities()
Describes the smallest set ofCapabilities
that could be used to create an instance of thisWebDriver
implementation.HasCapabilities.getCapabilities()
default Capabilities
Capabilities.merge
(Capabilities other) Merge twoCapabilities
together and return the union of the two as a newCapabilities
instance.PersistentCapabilities.merge
(Capabilities other) Methods in org.openqa.selenium with parameters of type CapabilitiesModifier and TypeMethodDescriptionstatic ImmutableCapabilities
ImmutableCapabilities.copyOf
(Capabilities capabilities) WebDriverInfo.createDriver
(Capabilities capabilities) Creates a new instance of theWebDriver
implementation.static Proxy
Proxy.extractFrom
(Capabilities capabilities) boolean
WebDriverInfo.isSupporting
(Capabilities capabilities) default Capabilities
Capabilities.merge
(Capabilities other) Merge twoCapabilities
together and return the union of the two as a newCapabilities
instance.MutableCapabilities.merge
(Capabilities other) Merge twoCapabilities
together and return the union of the two as a newCapabilities
instance.PersistentCapabilities.merge
(Capabilities other) default void
HasDownloads.requireDownloadsEnabled
(Capabilities capabilities) Requires downloads to be enabled.Constructors in org.openqa.selenium with parameters of type CapabilitiesModifierConstructorDescriptionMutableCapabilities
(Capabilities other) PersistentCapabilities
(Capabilities source)