MCPcopy Index your code
hub / github.com/TestLeafInc/Simba / getDriver

Method getDriver

src/main/java/com/force/base/DriverFactory.java:121–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 }
120
121 public Browser getDriver() {
122 return driver.get();
123 }
124
125 public BrowserContext getContext() {
126 return context.get();

Callers 1

initMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected