refactor: XTDriver

This commit is contained in:
lilong.129
2025-02-11 15:34:51 +08:00
parent b35116fdf7
commit 72f7b77bc8
28 changed files with 100 additions and 121 deletions

View File

@@ -22,7 +22,7 @@ func TestNewDriverExt(t *testing.T) {
t.Log(texts)
// get original dirver
driver = driverExt.GetDriver().(*ADBDriver)
driver = driverExt.IDriver.(*ADBDriver)
// get device
device = driver.GetDevice().(*AndroidDevice)