feat: add archer ax50
This commit is contained in:
@@ -34,7 +34,7 @@ func NewHuawei(page *rod.Page) Huawei {
|
||||
}
|
||||
}
|
||||
|
||||
func (p *Huawei) Login(user, pass string) error {
|
||||
func (p Huawei) Login(user, pass string) error {
|
||||
username, err := p.page.Element(p.usernameID)
|
||||
if err != nil {
|
||||
return fmt.Errorf("page.Element %s: %s", p.userpasswordID, err)
|
||||
|
||||
Reference in New Issue
Block a user