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

Function HTMLUnit

service.go:138–143  ·  view source on GitHub ↗

HTMLUnit specifies the path to the JAR for the HTMLUnit driver (compiled with its dependencies). https://github.com/SeleniumHQ/htmlunit-driver/releases

(path string)

Source from the content-addressed store, hash-verified

136//
137// https://github.com/SeleniumHQ/htmlunit-driver/releases
138func HTMLUnit(path string) ServiceOption {
139 return func(s *Service) error {
140 s.htmlUnitPath = path
141 return nil
142 }
143}
144
145// Service controls a locally-running Selenium subprocess.
146type Service struct {

Callers 1

TestHTMLUnitFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestHTMLUnitFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…