mirror of
https://github.com/appium/appium.git
synced 2026-02-11 04:20:00 -06:00
cb is never used
This commit is contained in:
@@ -13,7 +13,7 @@ $.extend(au, {
|
||||
, mainWindow: UIATarget.localTarget().frontMostApp().mainWindow()
|
||||
, mainApp: UIATarget.localTarget().frontMostApp()
|
||||
, keyboard: function() { return UIATarget.localTarget().frontMostApp().keyboard(); }
|
||||
, tapById: function(elementId, cb) {
|
||||
, tapById: function(elementId) {
|
||||
var element = this.getElement(elementId);
|
||||
if (element) {
|
||||
element.tap();
|
||||
|
||||
Reference in New Issue
Block a user