This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
unable to switch to popup window, when trying to select account #341
Labels
help wanted
Extra attention is needed
Describe the problem
When connecting to MetaMask, there is a popup requesting which account you would like to connect with? How can we switch to the popup window to be able to select which account we would like to connect with? I have attached an image below:-
System:
Code until the popup:-
connectMetamaskButton = await page.waitForXPath("//button[contains(text(),'Connect')]"); await connectMetamaskButton.click();Ï metaMaskButton = await page.waitForXPath("//img[@alt='MetaMask']//.."); await metaMaskButton.click();
The text was updated successfully, but these errors were encountered: