mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 07:26:55 +08:00
refactor: move sessionId to driver.session
This commit is contained in:
@@ -27,7 +27,6 @@ func newDriverExt(device IDevice, driver IWebDriver, options ...DriverOption) (d
|
||||
option(driverOptions)
|
||||
}
|
||||
|
||||
driver.GetSession().Clear()
|
||||
dExt = &DriverExt{
|
||||
Device: device,
|
||||
Driver: driver,
|
||||
|
||||
Reference in New Issue
Block a user