mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-29 11:31:27 +08:00
feat: add uixt tool press_button
This commit is contained in:
@@ -610,7 +610,7 @@ func (wd *BrowserDriver) PressBack(options ...option.ActionOption) error {
|
||||
return err
|
||||
}
|
||||
|
||||
func (wd *BrowserDriver) PressKeyCode(keyCode KeyCode) (err error) {
|
||||
func (wd *BrowserDriver) PressButton(button types.DeviceButton) error {
|
||||
return errors.New("not support")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user