We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e58ab commit 56324b6Copy full SHA for 56324b6
lib/helper/Playwright.js
@@ -2737,7 +2737,7 @@ class Playwright extends Helper {
2737
}
2738
2739
async _getContext() {
2740
- if (this.context && this.context.constructor.name === 'FrameLocator' || this.context) {
+ if ((this.context && this.context.constructor.name === 'FrameLocator') || this.context) {
2741
return this.context
2742
2743
return this.page
0 commit comments