change: remove unused methods

This commit is contained in:
lilong.129
2025-02-11 14:44:40 +08:00
parent 6651b52517
commit b35116fdf7
14 changed files with 52 additions and 467 deletions

View File

@@ -121,18 +121,6 @@ func TestDriver_BatteryInfo(t *testing.T) {
t.Log(batteryInfo)
}
func TestDriver_GetAppiumSettings(t *testing.T) {
appiumSettings, err := driver.GetAppiumSettings()
if err != nil {
t.Fatal(err)
}
for k := range appiumSettings {
t.Logf("key: %s\tvalue: %v", k, appiumSettings[k])
}
// t.Log(appiumSettings)
}
func TestDriver_DeviceInfo(t *testing.T) {
devInfo, err := driver.DeviceInfo()
if err != nil {