feat: 新增上报duration

This commit is contained in:
余泓铮
2024-06-20 12:04:20 +08:00
parent 55bdfc49be
commit cc53411ba0
8 changed files with 52 additions and 14 deletions

View File

@@ -610,4 +610,5 @@ type WebDriver interface {
// triggers the log capture and returns the log entries
StartCaptureLog(identifier ...string) (err error)
StopCaptureLog() (result interface{}, err error)
GetDriverResults() []*DriverResult
}