Skip to content

Commit e257248

Browse files
authored
Merge pull request #361 from js361014/remove-app
Added remove app
2 parents cecda49 + 7650daf commit e257248

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

AppiumLibrary/keywords/_applicationmanagement.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,12 @@ def background_app(self, seconds=5):
268268
duration.
269269
"""
270270
self._current_application().background_app(seconds)
271+
272+
def remove_app(self, app_id):
273+
"""
274+
Remove an app from the device
275+
"""
276+
self._current_application().remove_app(app_id)
271277

272278
def activate_app(self, app_id):
273279
"""

0 commit comments

Comments
 (0)