mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 22:39:42 +08:00
fix: remove android mjpeg option
This commit is contained in:
@@ -65,12 +65,6 @@ func WithSerialNumber(serial string) AndroidDeviceOption {
|
||||
}
|
||||
}
|
||||
|
||||
func WithMjpegPortA(port int) AndroidDeviceOption {
|
||||
return func(device *AndroidDevice) {
|
||||
device.MjpegPort = port
|
||||
}
|
||||
}
|
||||
|
||||
func WithAdbIP(ip string) AndroidDeviceOption {
|
||||
return func(device *AndroidDevice) {
|
||||
device.IP = ip
|
||||
|
||||
@@ -5,6 +5,7 @@ package uixt
|
||||
import (
|
||||
"bytes"
|
||||
"image"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
|
||||
cvHelper "github.com/electricbubble/opencv-helper"
|
||||
|
||||
Reference in New Issue
Block a user