mirror of
https://github.com/appium/appium.git
synced 2026-05-01 16:00:20 -05:00
Fix spacing
This commit is contained in:
@@ -556,8 +556,8 @@ $.extend(au, {
|
||||
value: null
|
||||
};
|
||||
} else {
|
||||
var result = results.value[0];
|
||||
for (var a = 0, len = results.value.length; a < len; a++) {
|
||||
var result = results.value[0];
|
||||
for (var a = 0, len = results.value.length; a < len; a++) {
|
||||
var elId = results.value[a].ELEMENT;
|
||||
var elVis = this.getElement(elId).isVisible();
|
||||
if (elVis === 1) {
|
||||
|
||||
Reference in New Issue
Block a user