Adding scroll view to AndroidElementClassMap

This commit is contained in:
Dan Cuellar
2013-04-30 13:06:32 -07:00
parent d60e603487
commit 3e736c21a7

View File

@@ -65,6 +65,7 @@ public class AndroidElementClassMap {
map.put("frame", "FrameLayout");
map.put("linear", "LinearLayout");
map.put("textfield", "EditText");
map.put("scroll", "ScrollView");
unallowed.add("secure");
}