ProDanceGrammer

Results 5 comments of ProDanceGrammer

> ```go > selenium.HTTPClient = ProxyClient() > ``` What should be written at HTTP_PROXY?

> try setting selenium .HTTPClient. fix! > > ```go > func NewRemote(ctx context.Context) (selenium.WebDriver, error) { > caps := selenium.Capabilities{"browserName": "chrome"} > var args []string > args = append(args, "--no-sandbox")...

> Hi, did u solve this problem? @pgshow did u solve it?