drashland / sinco

Browser Automation and Testing Tool for Deno, written in full TypeScript
https://drash.land/sinco
MIT License
57 stars 3 forks source link

Support multiple 'pages' or browsers #97

Closed ebebbington closed 2 years ago

ebebbington commented 2 years ago

pages would be simpler because we dont need to spin up a new subprocess, but the idea is, a user can act as user1, go to a page, user2 can go to page, user1 can make comment, user2 shuld see that comment (assuming web app uses websockets to display realtime messages)

SnoCold commented 2 years ago

Could you please assign it yo me? I will take this up