Skip to content

Commit

Permalink
feat: next browserType (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuineng authored Oct 12, 2023
1 parent ee3dc9e commit d260eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/next/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = wd => {
'page',
'pagePopup',
'browser',
'browserType',
].forEach(method => {
wd.addPromiseChainMethod(method, function(...params) {
const [ func, ...args ] = params;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macaca-wd",
"version": "4.3.0",
"version": "4.3.1",
"description": "Macaca webdirver API for Node.js",
"keywords": [
"macaca",
Expand Down

0 comments on commit d260eb2

Please sign in to comment.