2
p32929
342d

For web automation, what do you prefer?
1. Playwright
2. Puppeteer
3. Selenium
4. Something else

&

1. Python
2. TypeScript
3. JavaScript
4. Something else

Comments
  • 2
  • 1
    [ ]====
    T

    I have a weird puppeteer issue, pinned for alternatives.
  • 1
    I don't do much web automation but I've used selenium with python and i guess it worked.
  • 3
    I may be an idiot. I attempted to inject the SSR fragments into `${outDir}/index.html` instead of `./index.html`. This bug has been known for a full year and cumulatively took around a week away from my life.
  • 2
    @lorentz its fine. We are all idiots 😝
  • 0
  • 1
    I'd go with selenium and python
  • 0
    Playwright + Typescript

    But anything except selenium with its awful api should be fine
  • 0
    Further idiotry: I actually need to use index.html from outDir because it needs to include the bundled JS. I just have to check that a new bundle was generated and fail SSR if the current index.html doesn't contain the placeholder before overwriting it with the SSR output (which doesn't contain the placeholders)
Add Comment