Forum Discussion
rraghvani
Champion Level 3
3 years agoAlso note, I'm not sure what JavaScript version axe is written in, but it might not be supported by TestComplete.
Certain parameters will need to be converted to JSON,
var json = JSON.stringify({
resultTypes: ['violations']
});
I've never come across axe before, so I don't know how to fully use it.
- Marsha_R3 years ago
Champion Level 3
Axe is a pretty useful tool for checking accessibility but we run it standalone so I don't know the parameters.