mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-05 07:49:37 +08:00
fix: browser driver
This commit is contained in:
@@ -68,3 +68,7 @@ func (dExt *XTDriver) Install(filePath string, opts ...option.InstallOption) err
|
||||
|
||||
return dExt.GetDevice().Install(filePath, opts...)
|
||||
}
|
||||
|
||||
func (dExt *XTDriver) GetWebDriver() uixt.IBrowserWebDriver {
|
||||
return dExt.GetIDriver().(*StubBrowserDriver)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user