feat: 兼容iproxy 2.1.0 新增步骤弹窗忽略和全局弹窗忽略

This commit is contained in:
余泓铮
2024-06-12 11:36:30 +08:00
parent 55bdfc49be
commit c670a4cef9
5 changed files with 18 additions and 3 deletions

View File

@@ -154,6 +154,7 @@ type AndroidDevice struct {
UIA2IP string `json:"uia2_ip,omitempty" yaml:"uia2_ip,omitempty"` // uiautomator2 server ip
UIA2Port int `json:"uia2_port,omitempty" yaml:"uia2_port,omitempty"` // uiautomator2 server port
LogOn bool `json:"log_on,omitempty" yaml:"log_on,omitempty"`
IgnorePopup bool `json:"ignore_popup,omitempty" yaml:"ignore_popup,omitempty"`
}
func (dev *AndroidDevice) UUID() string {