mirror of
https://github.com/appium/appium.git
synced 2026-02-11 04:20:00 -06:00
Merge pull request #499 from penguinho/master
Adding scroll view to AndroidElementClassMap
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user