Skip to content

Commit a08f775

Browse files
committed
fix(webview): fix current webview not being set
1 parent c15567c commit a08f775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/commands/contexts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export async function setContext(this: NovaWindowsDriver, name?: string | null):
7979
'goog:chromeOptions': options,
8080
};
8181

82+
this.currentContext = name;
8283
await this.chromedriver.start(caps);
8384
this.log.debug('Chromedriver started. Session ID:', cd.sessionId());
8485

0 commit comments

Comments
 (0)