From 34905c618c2d7b38301d776b8ec67e844484b240 Mon Sep 17 00:00:00 2001 From: xudafeng Date: Mon, 9 Oct 2023 11:57:03 +0800 Subject: [PATCH] feat: update name --- lib/next/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/next/index.js b/lib/next/index.js index 7d312bae..6b6e44d2 100644 --- a/lib/next/index.js +++ b/lib/next/index.js @@ -3,7 +3,7 @@ module.exports = wd => { [ 'page', - 'popup' + 'pagePopup' ].map(method => { wd.addPromiseChainMethod(method, function(...params) { return this.next(method, params);