mirror of
https://github.com/appium/appium.git
synced 2026-02-13 21:39:49 -06:00
Adding UIAMapView as mapView to tag_name selector style on ios;
This commit is contained in:
@@ -60,7 +60,8 @@ var mechanic = (function() {
|
||||
'UIAToolbar' : ['toolbar'],
|
||||
'UIAWebView' : ['webview'],
|
||||
'UIAWindow' : ['window'],
|
||||
'UIANavigationBar': ['navigationBar']
|
||||
'UIANavigationBar': ['navigationBar'],
|
||||
'UIAMapView': ['mapView']
|
||||
};
|
||||
|
||||
// Build a RegExp for picking out type selectors.
|
||||
|
||||
Reference in New Issue
Block a user