mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-21 12:33:59 +08:00
refactor: IDriver
This commit is contained in:
@@ -140,7 +140,7 @@ func inputHandler(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
err = dExt.SendKeys(inputReq.Text,
|
||||
err = dExt.Input(inputReq.Text,
|
||||
option.WithFrequency(inputReq.Frequency))
|
||||
if err != nil {
|
||||
log.Err(err).Msg(fmt.Sprintf("[%s]: failed to input text %s", c.HandlerName(), inputReq.Text))
|
||||
|
||||
Reference in New Issue
Block a user