We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
myschoolapp-reporting/packages/datadirect-puppeteer/src/PuppeteerSession/Impersonation.ts
Line 118 in 9f0f52d
.length; })) === 1 ) { this.page.on('response', async (response) => { if (response.url().match(/\/api\/webapp\/context/)) { const context: types.webapp.context.Response = await response.json(); if (!context.IsImpersonating || !context.MasterUserInfo) { this.isSelf = true; } this.userInfo = context.UserInfo; contextReady(); } }); await this.page.click('#searchResults .SearchResultRow'); } else { // FIXME Handle interactive response to multiple impersonation results } await impersonationContext.acquire(); if (!this.isSelf) { await this.page.waitForSelector('#impersonate-banner'); } if (impersonated) { impersonated(); } }
The text was updated successfully, but these errors were encountered:
battis
No branches or pull requests
myschoolapp-reporting/packages/datadirect-puppeteer/src/PuppeteerSession/Impersonation.ts
Line 118 in 9f0f52d
The text was updated successfully, but these errors were encountered: