public class CapabilitiesStub extends Object implements org.openqa.selenium.Capabilities
| Constructor and Description |
|---|
CapabilitiesStub() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
asMap() |
String |
getBrowserName() |
Object |
getCapability(String capabilityName) |
Set<String> |
getCapabilityNames() |
org.openqa.selenium.Platform |
getPlatform() |
String |
getVersion() |
boolean |
is(String capabilityName) |
org.openqa.selenium.Capabilities |
merge(org.openqa.selenium.Capabilities other) |
public String getBrowserName()
getBrowserName in interface org.openqa.selenium.Capabilitiespublic org.openqa.selenium.Platform getPlatform()
getPlatform in interface org.openqa.selenium.Capabilitiespublic String getVersion()
getVersion in interface org.openqa.selenium.Capabilitiespublic Map<String,Object> asMap()
asMap in interface org.openqa.selenium.Capabilitiespublic Object getCapability(String capabilityName)
getCapability in interface org.openqa.selenium.Capabilitiespublic boolean is(String capabilityName)
is in interface org.openqa.selenium.Capabilitiespublic org.openqa.selenium.Capabilities merge(org.openqa.selenium.Capabilities other)
merge in interface org.openqa.selenium.CapabilitiesCopyright © 2021. All rights reserved.