Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenInNewTabs ¶
func OpenInNewWindows ¶
Types ¶
type FirefoxShow ¶
type FirefoxShow struct {
// contains filtered or unexported fields
}
func NewFirefoxDraw ¶
func NewFirefoxDraw() *FirefoxShow
func NewFirefoxShow ¶
func NewFirefoxShow(service *gintestpage.Service, command *osexec.OsCommand) *FirefoxShow
func (*FirefoxShow) Close ¶
func (op *FirefoxShow) Close(waitTime time.Duration)
func (*FirefoxShow) Show ¶
func (op *FirefoxShow) Show(pages []string, openOption string)
func (*FirefoxShow) ShowInNewTabs ¶
func (op *FirefoxShow) ShowInNewTabs(pages ...string)
func (*FirefoxShow) ShowInNewWindows ¶
func (op *FirefoxShow) ShowInNewWindows(pages ...string)
Click to show internal directories.
Click to hide internal directories.