zfcsoftware / puppeteer-real-browser

This package is designed to bypass puppeteer's bot-detecting captchas such as Cloudflare. It acts like a real browser and can be managed with puppeteer.
https://www.npmjs.com/package/puppeteer-real-browser
MIT License
593 stars 81 forks source link

Open modal/sidebar in dextools.io close unexpected #106

Closed tx-tomcat closed 1 month ago

tx-tomcat commented 1 month ago

Here is URL : https://www.dextools.io/app/en/user/account The code is: await page.goto('https://www.dextools.io/app/en/user/account'); const button = await page.waitForSelector("::-p-xpath(//html/body/app-root/div/div/main/app-register/app-layout/div/div/div[2]/div[1]/div[2]/button)") Connect wallet modal show up, then disappear immediately. Working fine with another webpage(opensea...)

zfcsoftware commented 1 month ago

The library has been updated. This issue should be resolved. Please test with the latest version 1.3.0. I'm closing this issue for now. If the problem persists, please send me a message through this issue and I'll reactivate it.