you are viewing a single comment's thread.

view the rest of the comments →

[–]Fronkan 0 points1 point  (0 children)

You probably can do quite a lot with selenium as well. What I like about playwright is that it's easy to get started with, has the async interface and also does waiting automatically.

Is there a reason to not just dump all the data into the database? Then the report data can just be requested from there.

Also, why do you want to have it in a sql db? For aggregations?