MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / isSupporting

Method isSupporting

java/src/org/openqa/selenium/grid/data/Slot.java:110–112  ·  view source on GitHub ↗
(Capabilities caps, SlotMatcher slotMatcher)

Source from the content-addressed store, hash-verified

108 }
109
110 public boolean isSupporting(Capabilities caps, SlotMatcher slotMatcher) {
111 return slotMatcher.matches(getStereotype(), caps);
112 }
113
114 @Override
115 public boolean equals(Object o) {

Callers

nothing calls this directly

Calls 2

getStereotypeMethod · 0.95
matchesMethod · 0.65

Tested by

no test coverage detected