fix: update ACTION_WebCloseTab

This commit is contained in:
徐聪
2025-05-07 21:41:43 +08:00
parent 2b06e4a280
commit 2c206697d6
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
v5.0.0-beta-2505072139
v5.0.0-beta-2505072141

View File

@@ -340,7 +340,7 @@ func (s *StepMobile) TapBySelector(selector string, options ...option.ActionOpti
func (s *StepMobile) ClosePage(idx int, options ...option.ActionOption) *StepMobile {
action := uixt.MobileAction{
Method: uixt.ACTION_ClosePage,
Method: uixt.ACTION_WebCloseTab,
Params: idx,
Options: option.NewActionOptions(options...),
}