feat: add right clcik and webid

This commit is contained in:
huangbin.beal@163.com
2025-02-25 16:22:31 +08:00
parent 3b509ba6c6
commit e50454512f
6 changed files with 25 additions and 5 deletions

View File

@@ -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)
}