Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SeleniumHQ/selenium
/ stream
Method
stream
java/src/org/openqa/selenium/internal/Either.java:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
public
Stream<B> stream() {
77
return
Stream.of(right());
78
}
79
80
@Override
81
public
String toString() {
Callers
15
sha256_of_url
Function · 0.45
testMultipleFileUploading
Method · 0.45
closeAllWindowsExceptForTheMainOne
Method · 0.45
testShouldBeAbleToIterateOverAllOpenWindows
Method · 0.45
testCanCloseWindowWhenMultipleWindowsAreOpen
Method · 0.45
testCanCloseWindowAndSwitchBackToMainWindow
Method · 0.45
newWindowIsOpened
Method · 0.45
properties
Method · 0.45
createDriver
Method · 0.45
create
Method · 0.45
WebDriverFixture
Class · 0.45
settingAGlobalCapabilityCountsAsAnOption
Method · 0.45
Calls
2
right
Method · 0.95
of
Method · 0.45
Tested by
15
testMultipleFileUploading
Method · 0.36
closeAllWindowsExceptForTheMainOne
Method · 0.36
testShouldBeAbleToIterateOverAllOpenWindows
Method · 0.36
testCanCloseWindowWhenMultipleWindowsAreOpen
Method · 0.36
testCanCloseWindowAndSwitchBackToMainWindow
Method · 0.36
newWindowIsOpened
Method · 0.36
properties
Method · 0.36
createDriver
Method · 0.36
create
Method · 0.36
settingAGlobalCapabilityCountsAsAnOption
Method · 0.36
shouldAllowCapabilitiesToBeSetGlobally
Method · 0.36
listCapabilities
Method · 0.36