Skip to content

Commit cecda49

Browse files
authored
Merge pull request #359 from js361014/activate-app
Added app activation
2 parents 7db2aff + 2bee6bc commit cecda49

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
@@ -269,6 +269,12 @@ def background_app(self, seconds=5):
269269
"""
270270
self._current_application().background_app(seconds)
271271

272+
def activate_app(self, app_id):
273+
"""
274+
Activate the given app onto the device
275+
"""
276+
self._current_application().activate_app(app_id)
277+
272278
def touch_id(self, match=True):
273279
"""
274280
Simulate Touch ID on iOS Simulator

0 commit comments

Comments
 (0)