Skip to content

A driver for automated authentications using Firefox Portable.

License

Notifications You must be signed in to change notification settings

enzo-santos/firefox_container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firefox_container

A Windows driver for automated authentications using Firefox Portable.

Installation

In your Go project, run

go get -u github.com/enzo-santos/firefox_container

and use it in your code:

package main

import (
	"github.com/enzo-santos/firefox_container"
)

func main() {
	firefox := firefox_container.FirefoxPortable{
		Path:           "C:/Users/User/FirefoxPortable",
		ExecutableName: "FirefoxPortable.exe",
	}
}

Usage

TBA

About

A driver for automated authentications using Firefox Portable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages