Update toolkit.js

This commit is contained in:
Namhyeon Go 2022-02-14 15:43:33 +09:00 committed by GitHub
parent 5f18e774fa
commit 20571742e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ var ToolkitObject = function() {
var Toolkit = new ToolkitObject();
exports.create = Toolkit.create();
exports.create = Toolkit.create;
exports.sendClick = Toolkit.sendClick;
exports.sendKeys = Toolkit.sendKeys;
exports.alert = Toolkit.alert;