mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-07 00:39:34 +08:00
refactor: remove ext install
This commit is contained in:
@@ -62,8 +62,6 @@ type IDriver interface {
|
||||
TapAbsXY(x, y float64, opts ...option.ActionOption) error // by absolute coordinate
|
||||
DoubleTapXY(x, y float64, opts ...option.ActionOption) error // by percentage
|
||||
TouchAndHold(x, y float64, opts ...option.ActionOption) error
|
||||
TapByText(text string, opts ...option.ActionOption) error // TODO: remove
|
||||
TapByTexts(actions ...TapTextAction) error // TODO: remove
|
||||
// swipe
|
||||
Drag(fromX, fromY, toX, toY float64, opts ...option.ActionOption) error
|
||||
Swipe(fromX, fromY, toX, toY float64, opts ...option.ActionOption) error // by percentage
|
||||
@@ -104,9 +102,6 @@ type IDriverExt interface {
|
||||
|
||||
CheckPopup() (popup *PopupInfo, err error)
|
||||
ClosePopupsHandler() error
|
||||
|
||||
DoAction(action MobileAction) error
|
||||
DoValidation(check, assert, expected string, message ...string) error
|
||||
}
|
||||
|
||||
type XTDriver struct {
|
||||
|
||||
Reference in New Issue
Block a user