mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-25 02:10:24 +08:00
feat: add right clcik and webid
This commit is contained in:
@@ -223,7 +223,7 @@ func (wd *BrowserWebDriver) tapBySelector(selector string, options ...option.Act
|
||||
return err
|
||||
}
|
||||
|
||||
func (wd *BrowserWebDriver) RightClick(x, y int) (err error) {
|
||||
func (wd *BrowserWebDriver) RightClick(x, y float64) (err error) {
|
||||
data := map[string]interface{}{
|
||||
"x": x,
|
||||
"y": y,
|
||||
|
||||
Reference in New Issue
Block a user