MCPcopy Index your code
hub / github.com/tebeka/selenium / requestURL

Method requestURL

remote.go:75–77  ·  view source on GitHub ↗
(template string, args ...interface{})

Source from the content-addressed store, hash-verified

73}
74
75func (wd *remoteWD) requestURL(template string, args ...interface{}) string {
76 return wd.urlPrefix + fmt.Sprintf(template, args...)
77}
78
79// TODO(minusnine): provide a "sessionURL" function that prepends the
80// /session/<id> URL prefix and replace most requestURL (and voidCommand) calls

Callers 15

stringCommandMethod · 0.95
voidCommandMethod · 0.95
stringsCommandMethod · 0.95
boolCommandMethod · 0.95
StatusMethod · 0.95
NewSessionMethod · 0.95
CapabilitiesMethod · 0.95
QuitMethod · 0.95
CurrentURLMethod · 0.95
GetMethod · 0.95
findMethod · 0.95
CloseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected