rudy

Results 2 comments of rudy
trafficstars

> Hi, plz try this above. > > ```go > func saveImg() *charts.Bar { > bar := charts.NewBar() > bar.SetGlobalOptions( > charts.WithTitleOpts(opts.Title{Title: "toolbox options"}), > charts.WithToolboxOpts(opts.Toolbox{ > Show: true, >...

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") caps.AddChrome(chrome.Capabilities{ Args: args, }) selenium.HTTPClient = ProxyClient()...