chore: change live preview prob

* chore: change live preview prob
* chore: change exit liveroom

https://code.byted.org/iesqa/httprunner/merge_requests/33
This commit is contained in:
曹帅
2024-04-16 06:40:43 +00:00
parent 140901b7c6
commit b82cfb58b3
4 changed files with 26 additions and 7 deletions

View File

@@ -466,7 +466,8 @@ func WithDriverPlugin(plugin funplugin.IPlugin) DriverOption {
// current implemeted device: IOSDevice, AndroidDevice
type Device interface {
UUID() string // ios udid or android serial
System() string // ios or android
UUID() string // ios udid or android serial
LogEnabled() bool
NewDriver(...DriverOption) (driverExt *DriverExt, err error)