go-sciter
go-sciter copied to clipboard
How do I perform UI tests?
According to this discussion, one can write unit tests for the UI using Sciter Script.
However, it would be even better if I can write those unit tests in Go instead.
Then you have to deal with bunch of DOM element management routines in order to retrieve and change the state of DOM elements.
In that case, it is recommended to write UI tests in Sciter Script correct?
Yes, it'd be much easier.