Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ getSession
Method
getSession
java/src/org/openqa/selenium/grid/data/Slot.java:105–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
}
104
105
@Nullable
106
public
Session getSession() {
107
return
session;
108
}
109
110
public
boolean isSupporting(Capabilities caps, SlotMatcher slotMatcher) {
111
return
slotMatcher.matches(getStereotype(), caps);
Callers
15
setSessionAssociatesSessionWithSlot
Method · 0.95
setSession
Method · 0.95
toJson
Method · 0.95
selectSlot
Method · 0.45
selectSlot
Method · 0.45
getActiveSlots
Method · 0.45
reserve
Method · 0.45
release
Method · 0.45
handleNewSessionRequest
Method · 0.45
getActiveSlots
Method · 0.45
reconcileSlots
Method · 0.45
release
Method · 0.45
Calls
no outgoing calls
Tested by
1
setSessionAssociatesSessionWithSlot
Method · 0.76