mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
fix: init driver session
This commit is contained in:
@@ -906,7 +906,7 @@ func (wd *wdaDriver) StopCaptureLog() (result interface{}, err error) {
|
||||
}
|
||||
|
||||
func (ud *wdaDriver) GetSession() *DriverSession {
|
||||
return ud.Driver.session
|
||||
return &ud.Driver.session
|
||||
}
|
||||
|
||||
type rawResponse []byte
|
||||
|
||||
Reference in New Issue
Block a user