MCPcopy Create free account
hub / github.com/tebeka/selenium / JavaPath

Function JavaPath

service.go:127–132  ·  view source on GitHub ↗

JavaPath specifies the path to the JRE.

(path string)

Source from the content-addressed store, hash-verified

125
126// JavaPath specifies the path to the JRE.
127func JavaPath(path string) ServiceOption {
128 return func(s *Service) error {
129 s.javaPath = path
130 return nil
131 }
132}
133
134// HTMLUnit specifies the path to the JAR for the HTMLUnit driver (compiled
135// with its dependencies).

Callers 1

runFirefoxTestsFunction · 0.85

Calls

no outgoing calls

Tested by 1

runFirefoxTestsFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…