mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-02 03:56:58 +08:00
feat: add right clcik and webid
This commit is contained in:
@@ -116,7 +116,7 @@ type IXTDriver interface {
|
||||
type IBrowserWebDriver interface {
|
||||
IDriver
|
||||
Hover(x, y float64) (err error)
|
||||
RightClick(x, y int) (err error)
|
||||
RightClick(x, y float64) (err error)
|
||||
Scroll(delta int) (err error)
|
||||
UploadFile(x, y float64, FileUrl, FileFormat string) (err error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user