We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795d2d2 commit 16df201Copy full SHA for 16df201
packages/webdriverio/src/commands/mobile/getContexts.ts
@@ -113,7 +113,7 @@ const log = logger('webdriver')
113
:description.data.test.js
114
it('should return Android description data for the webview', async () => {
115
// For Android
116
- await driver.getContexts({returnDetailedContexts: true})
+ await driver.getContexts({returnDetailedContexts: true, returnAndroidDescriptionData: true})
117
// Returns [
118
// { id: 'NATIVE_APP' },
119
// {
0 commit comments