What can you do to make QA.tech work as well as possible for you?
We use a combination of the DOM and visual models to decide what to click or interact with. To make it easier for our agent to understand your site, we suggest taking the following measures.
Make your site more accessible
Ensure all your elements are tagged with the correct aria
-labels, as well as title
and alt
attributes.
Use semantic HTML tags
For example, utilize <a>
or <button>
element for clickable elements (as opposed to div
s).