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

Method is

java/src/org/openqa/selenium/remote/Browser.java:61–64  ·  view source on GitHub ↗
(String browserName)

Source from the content-addressed store, hash-verified

59 }
60
61 @Override
62 public boolean is(String browserName) {
63 return Browser.super.is(browserName) || otherNames.contains(browserName);
64 }
65
66 @Override
67 public String browserName() {

Callers

nothing calls this directly

Calls 1

isMethod · 0.95

Tested by

no test coverage detected