MCPcopy 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

setSessionMethod · 0.95
toJsonMethod · 0.95
selectSlotMethod · 0.45
selectSlotMethod · 0.45
getActiveSlotsMethod · 0.45
reserveMethod · 0.45
releaseMethod · 0.45
getActiveSlotsMethod · 0.45
reconcileSlotsMethod · 0.45
releaseMethod · 0.45

Calls

no outgoing calls

Tested by 1