@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.
@@ -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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-selenium",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "keywords": [
5
5
  "selenium",
6
6
  "selenium-webdriver",