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

Method getContext

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

Source from the content-addressed store, hash-verified

123 }
124
125 public BrowserContext getContext() {
126 return context.get();
127 }
128
129 public Page getPage() {
130 return page.get();

Callers 3

doLoginMethod · 0.80
initMethod · 0.80
tearDownMethod · 0.80

Calls 1

getMethod · 0.80

Tested by 1

doLoginMethod · 0.64