@applitools/driver 1.11.10 → 1.11.12
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/element.js +1 -1
- package/package.json +3 -3
package/dist/element.js
CHANGED
|
@@ -197,7 +197,7 @@ class Element {
|
|
|
197
197
|
if (!attrContentRegion && this.driver.isIOS) {
|
|
198
198
|
try {
|
|
199
199
|
const type = await this.getAttribute('type');
|
|
200
|
-
if (type
|
|
200
|
+
if (type === 'XCUIElementTypeScrollView') {
|
|
201
201
|
const [child] = await this.driver.elements({
|
|
202
202
|
type: 'xpath',
|
|
203
203
|
selector: '//XCUIElementTypeScrollView[1]/*', // We cannot be sure that our element is the first one
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/driver",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.12",
|
|
4
4
|
"description": "Applitools universal framework wrapper",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -87,9 +87,9 @@
|
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@applitools/logger": "1.1.
|
|
90
|
+
"@applitools/logger": "1.1.31",
|
|
91
91
|
"@applitools/snippets": "2.4.9",
|
|
92
|
-
"@applitools/utils": "1.3.
|
|
92
|
+
"@applitools/utils": "1.3.17",
|
|
93
93
|
"semver": "7.3.7"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|