Skip to content
New issue

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

await page.$() hangs forever on puppeteer-firefox #4881

Closed
GuillaumeGomez opened this issue Aug 26, 2019 · 3 comments
Closed

await page.$() hangs forever on puppeteer-firefox #4881

GuillaumeGomez opened this issue Aug 26, 2019 · 3 comments

Comments

@GuillaumeGomez
Copy link
Contributor

GuillaumeGomez commented Aug 26, 2019

The following code never returns (the element exists):

const x = await page.$("#elem");

However, it works perfectly fine on the chrome version of puppeteer.

OS: linux (ubuntu 19.4)
node: v10.15.2
npm: 6.11.2
puppeteer-firefox: cba0f98 (last commit at the time)

@GuillaumeGomez
Copy link
Contributor Author

Arf sorry, I thought I was on the puppeteer-firefox repository... Reopening the issue there.

@GuillaumeGomez
Copy link
Contributor Author

I am on the good repository actually. Sorry for the noise...

@GuillaumeGomez GuillaumeGomez changed the title await page.$() hangs forever await page.$() hangs forever on puppeteer-firefox Aug 27, 2019
@mjzffr
Copy link
Contributor

mjzffr commented Jan 13, 2020

Thanks for the report. I'm closing this issue since the experimental puppeteer-firefox package is no longer maintained. A replacement will be available
later this year. You can learn more about Mozilla's work on this at https://wiki.mozilla.org/Remote

See also #5137

@mjzffr mjzffr closed this as completed Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants