@applitools/spec-driver-selenium 1.4.3 → 1.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/spec-driver.js +1 -1
- package/package.json +1 -1
package/dist/spec-driver.js
CHANGED
|
@@ -246,7 +246,7 @@ async function getDriverInfo(driver) {
|
|
|
246
246
|
exports.getDriverInfo = getDriverInfo;
|
|
247
247
|
async function getCapabilities(driver) {
|
|
248
248
|
try {
|
|
249
|
-
return executeCustomCommand(driver, new command_1.Command('getSessionDetails'));
|
|
249
|
+
return await executeCustomCommand(driver, new command_1.Command('getSessionDetails'));
|
|
250
250
|
}
|
|
251
251
|
catch {
|
|
252
252
|
const capabilities = await driver.getCapabilities();
|