browsolate

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2022 License: GPL-3.0 Imports: 8 Imported by: 0

README

browsolate

A badly-named tool for opening multiple isolated instances of Chrome. ALL AT THE SAME TIME.

How do?

Use it from your shell

browsolate https://google.com

Or from your go

package main

import (
	"fmt"
	"github.com/patricksanders/browsolate"
)

func main() {
	opts := &browsolate.InstanceOpts{ChromePath: "/usr/bin/chrome"}
	err := browsolate.StartIsolatedChromeInstance("https://google.com", opts)
	if err != nil {
		fmt.Print(err)
	}
}

(but you probably shouldn't because I just threw it together)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL