Comparing version 6.1.2 to 6.1.3
@@ -8,3 +8,3 @@ "use strict"; | ||
var _USKeyboardLayout = _interopRequireDefault(require("puppeteer-core/lib/USKeyboardLayout")); | ||
var _USKeyboardLayout = require("puppeteer-core/lib/USKeyboardLayout"); | ||
@@ -57,3 +57,3 @@ var _getElementRect = _interopRequireDefault(require("./getElementRect")); | ||
if (!_USKeyboardLayout.default[singleAction.value]) { | ||
if (!_USKeyboardLayout.keyDefinitions[singleAction.value]) { | ||
await page.keyboard.sendCharacter(singleAction.value); | ||
@@ -60,0 +60,0 @@ skipChars.push(singleAction.value); |
{ | ||
"name": "devtools", | ||
"version": "6.1.2", | ||
"version": "6.1.3", | ||
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer", | ||
@@ -45,3 +45,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "49a1c97a6f4275c4000281019eaf15ffa1a85387" | ||
"gitHead": "f7b43b2fab60bf87b49352957b28709cc63a7f66" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83137
38