Skip to content

Commit 16df201

Browse files
Update getContexts.ts
1 parent 795d2d2 commit 16df201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webdriverio/src/commands/mobile/getContexts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const log = logger('webdriver')
113113
:description.data.test.js
114114
it('should return Android description data for the webview', async () => {
115115
// For Android
116-
await driver.getContexts({returnDetailedContexts: true})
116+
await driver.getContexts({returnDetailedContexts: true, returnAndroidDescriptionData: true})
117117
// Returns [
118118
// { id: 'NATIVE_APP' },
119119
// {

0 commit comments

Comments
 (0)