Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SeleniumnError ¶
func (*SeleniumnError) Error ¶
func (e *SeleniumnError) Error() string
type Service ¶
type Service interface {
NewClient(seleniumServer string) error
HandleSeleniumError(ctx context.Context, chatId uint32, internal bool, err error)
Driver() selenium.WebDriver
ClickByClassName(cn string)
ClickByXPath(xp string)
ClickByCSSSelector(cs string)
WaitFor(findBy, selector string)
}
func NewChromeService ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package mock_selenium is a generated GoMock package.
|
Package mock_selenium is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.