Forum Discussion
rraghvani
Champion Level 3
2 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.