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-06-04 22:01:20 +08:00
committed by 徐聪
parent 1f64c734d0
commit bc0925b48f
4 changed files with 26 additions and 7 deletions
+4
View File
@@ -289,6 +289,10 @@ type IOSDevice struct {
pcapFile string // saved pcap file path
}
func (dev *IOSDevice) System() string {
return "ios"
}
func (dev *IOSDevice) UUID() string {
return dev.UDID
}