mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-01 22:09:35 +08:00
refactor: XTDriver
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user