Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I don't do much web automation but I've used selenium with python and i guess it worked.
-
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.
-
Playwright + Typescript
But anything except selenium with its awful api should be fine -
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)
Related Rants
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
question
web
automation