MattiSG / Watai

Integration testing for the web of components
62 stars 7 forks source link

Log frontend JS errors #66

Open MattiSG opened 11 years ago

MattiSG commented 11 years ago

It would be great if Watai could log frontend console messages as they come, associated to the steps that raised them.

MattiSG commented 10 years ago

The only visible solution at the moment relies on injecting JS in the frontend to catch errors, but this would need to be done before any JS runs.

That doesn't seem doable through the JSONwire protocol, but it looks like Microsoft is able to do it.