@applitools/spec-driver-webdriver
Advanced tools
Comparing version 1.0.53 to 1.0.54
# Changelog | ||
## [1.0.54](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-webdriver@1.0.53...js/spec-driver-webdriver@1.0.54) (2023-12-19) | ||
### Bug Fixes | ||
* fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6)) | ||
### Dependencies | ||
* @applitools/driver bumped to 1.16.1 | ||
#### Bug Fixes | ||
* fixed bug with screenshot not being properly scaled on ios devices with appium 2 ([#2092](https://github.com/applitools/eyes.sdk.javascript1/issues/2092)) ([26678bf](https://github.com/applitools/eyes.sdk.javascript1/commit/26678bfe254def506ea82e6a645519d6567fb3fd)) | ||
* fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6)) | ||
* fixed infinite loop that may appear during attribute extraction ([#2102](https://github.com/applitools/eyes.sdk.javascript1/issues/2102)) ([6bef680](https://github.com/applitools/eyes.sdk.javascript1/commit/6bef680fbd2d5c26a46cf2a4f00bd083d1d02109)) | ||
## [1.0.53](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-webdriver@1.0.52...js/spec-driver-webdriver@1.0.53) (2023-12-18) | ||
@@ -4,0 +21,0 @@ |
@@ -342,3 +342,5 @@ "use strict"; | ||
async function getDriverInfo(driver) { | ||
return { sessionId: driver.sessionId }; | ||
var _a; | ||
const driverServerUrl = `${driver.options.protocol}://${driver.options.hostname}${driver.options.port ? `:${driver.options.port}` : ''}${(_a = driver.options.path) !== null && _a !== void 0 ? _a : ''}`; | ||
return { sessionId: driver.sessionId, driverServerUrl }; | ||
} | ||
@@ -345,0 +347,0 @@ exports.getDriverInfo = getDriverInfo; |
{ | ||
"name": "@applitools/spec-driver-webdriver", | ||
"version": "1.0.53", | ||
"version": "1.0.54", | ||
"keywords": [ | ||
@@ -52,3 +52,3 @@ "webdriver", | ||
"dependencies": { | ||
"@applitools/driver": "1.16.0", | ||
"@applitools/driver": "1.16.1", | ||
"@applitools/utils": "1.7.0", | ||
@@ -55,0 +55,0 @@ "http-proxy-agent": "5.0.0", |
59135
635
+ Added@applitools/driver@1.16.1(transitive)
- Removed@applitools/driver@1.16.0(transitive)
Updated@applitools/driver@1.16.1