fix: failed to open camera on android

This commit is contained in:
xucong053
2022-09-30 14:17:02 +08:00
parent bd1ef254fa
commit fe111c8c4b
4 changed files with 29 additions and 37 deletions

View File

@@ -885,9 +885,6 @@ type WebDriver interface {
// StopCamera Stops the camera for recording
StopCamera() error
StartRecording() error
StopRecording() error
// Tap Sends a tap event at the coordinate.
Tap(x, y int, options ...DataOption) error
TapFloat(x, y float64, options ...DataOption) error