* Retrieve current context * * ```js * let context = await I.grabContext(); * ``` * * @return {Promise } * * Appium: support Android and iOS
()
| 797 | * Appium: support Android and iOS |
| 798 | */ |
| 799 | async grabContext() { |
| 800 | onlyForApps.call(this) |
| 801 | return this.browser.getContext() |
| 802 | } |
| 803 | |
| 804 | /** |
| 805 | * Get current device activity. |
no outgoing calls
no test coverage detected