diff --git a/package.json b/package.json index 57c25ef..bf194f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testcafe-browser-tools", - "version": "1.0.0", + "version": "1.1.0", "description": "An utility library for performing platform-dependent actions on browsers.", "homepage": "https://github.com/DevExpress/testcafe-browser-tools", "bugs": "https://github.com/DevExpress/testcafe-browser-tools/issues", diff --git a/src/index.js b/src/index.js index c9c05c5..772c5d4 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,5 @@ import getInstallations from './api/get-installations'; +import findWindow from './api/find-window'; import open from './api/open'; import close from './api/close'; import resize from './api/resize'; @@ -15,6 +16,7 @@ export default { getInstallations, getBrowserInfo, getViewportSize, + findWindow, open, close, resize,