openNotifications
Open Android notifications.
Note: Falls back to the deprecated Appium 2 protocol endpoint if the driver does not support the
mobile:execute method.
Usage
browser.openNotifications()
Example
openNotifications.js
it('should open the Android notification shade', async () => {
await browser.openNotifications()
})
Support
примітка
Refer to the official Appium driver documentation to see which driver versions support this command.