agnivade/wasmbrowsertest

cross browser testing

Closed this issue · 5 comments

this is designed for chrome.

anyone have any ideas about if we can extend this for Edge and Safari ?

Yes, this is purely using the Chrome driver APIs. Happy to see a proposal supporting other browsers as well.

@agnivade i think we can do it .
Your main problem is "catching error" in console right?
Have you think to inject some syscall replacement and use Javascript Reflection to handle error?
This is something i do in hogosuru:

https://github.com/realPy/hogosuru/blob/develop/baseobject/baseobject.go

Take a look or contact me i have some idea to to this.
I'm really hesitate to build my own solution to use all browser, but i think i's better if wasmbrowser can do it

I'd really prefer to avoid doing call injections and reflection to achieve this. I'd rather this be supported properly in the driver.

Closing this. Nothing has changed since last post.