Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ browserName
Method
browserName
java/src/org/openqa/selenium/remote/Browser.java:36–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
Browser SAFARI_TECH_PREVIEW =
new
NamedBrowser(
"Safari Technology Preview"
);
35
36
String browserName();
37
38
default boolean is(String browserName) {
39
return
browserName().equals(browserName);
Callers
15
is
Method · 0.65
mustSpecifyAtLeastOneSetOfOptions
Method · 0.65
oneOfWillClearOutTheCurrentlySetCapabilities
Method · 0.65
canConstructFromCapabilities
Method · 0.65
settingTechnologyPreviewModeAlsoChangesBrowserName
Method · 0.65
canonicalCapabilitiesContainProperBrowserName
Method · 0.65
isSupportingCapabilitiesWithProperBrowserNameOnly
Method · 0.65
isNotSupportingFirefox
Method · 0.65
checkCommonStructure
Method · 0.65
usingWebView2ChangesBrowserName
Method · 0.65
Browser
Enum · 0.65
FirefoxOptions
Method · 0.65
Implementers
1
NamedBrowser
java/src/org/openqa/selenium/remote/Br
Calls
no outgoing calls
Tested by
10
is
Method · 0.52
mustSpecifyAtLeastOneSetOfOptions
Method · 0.52
oneOfWillClearOutTheCurrentlySetCapabilities
Method · 0.52
canConstructFromCapabilities
Method · 0.52
settingTechnologyPreviewModeAlsoChangesBrowserName
Method · 0.52
canonicalCapabilitiesContainProperBrowserName
Method · 0.52
isSupportingCapabilitiesWithProperBrowserNameOnly
Method · 0.52
isNotSupportingFirefox
Method · 0.52
checkCommonStructure
Method · 0.52
usingWebView2ChangesBrowserName
Method · 0.52