Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doLogin
Method · 0.80
init
Method · 0.80
tearDown
Method · 0.80
Calls
1
get
Method · 0.80
Tested by
1
doLogin
Method · 0.64