mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-10 02:09:51 +08:00
fix: remove unused files
This commit is contained in:
@@ -118,5 +118,6 @@ type IBrowserWebDriver interface {
|
||||
Hover(x, y float64) (err error)
|
||||
RightClick(x, y float64) (err error)
|
||||
Scroll(delta int) (err error)
|
||||
// TODO: move x,y parameters to option
|
||||
UploadFile(x, y float64, FileUrl, FileFormat string) (err error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user