mykola-mokhnach / Appium-iOS-Inspector

Apache License 2.0
145 stars 60 forks source link

Bugfix for iOS Inspector (Compiling Issue) #15

Closed gitjared closed 7 years ago

gitjared commented 7 years ago

Hi Could you implement this change in the Inspector.js code line 171?

Before: for (var i=0; i < root.childNodes.length - 1; i++)

After: for (var i=0; i < root.childNodes.length; i++)

![screen shot 2016-12-30 at 3 30 29 pm](https://cloud.githubusercontent.com/assets/8292026/21593169/1a5ec9fe-d0c9-11e6-834a-6182c5b93ff9

screen shot 2016-12-30 at 1 46 14 pm .png)

mykola-mokhnach commented 7 years ago

Thanks for the bugreport. Fixed