Questions tagged [accessibility-insights]

Accessibility Insights for Windows helps developers find and fix accessibility issues in Windows apps. Allows developers to verify that an element in an app has the right UI Automation properties. Troubleshooting allows you to diagnose and fix specific accessibility issues https://accessibilityinsights.io/docs/en/windows/overview

37 questions
0
votes
1 answer

accessibility-insights@3 task fails in runtime dependency install

The yaml pipeline has the following tasks added and fails with dependency install. task: YarnInstaller@3 inputs: versionSpec: '1.x' task: accessibility-insights@3 inputs: hostingMode: 'staticSite' staticSiteDir:…
SYL
  • 155
  • 1
  • 14
0
votes
1 answer

Insight tool shows error icon, but shows message "No failure was detected"

I am using a tool for verifying if app is compliant with windows accessibility feature Tool web link - https://accessibilityinsights.io/downloads/ Test tool have simple MFC combo box . Tool says "No Failure was detected", Insight tool shows a error…
0
votes
1 answer

Where does 'Microsoft Accessibility Insights' extension (web) store data?

Wondering if the community can help me understand if (scanned) data is only stored in the browser during a 'fast pass' scan? Or does this go to secure hosting elsewhere?
0
votes
1 answer

Fastpass accessibility extension for android

I have come across Fastrpass accessibility extension for android. does this support testing on mobile browsers (RWD) and tablet browsers.
0
votes
1 answer

Power Automate Desktop - Creating a UI Selector From an Accessibility Insights for Windows Report

I am using the Accessibility Insights for Windows tool as a method to determine the most effective selector when using Power Automate Desktop. I have a Pulse VPN app that I can launch but cannot click the Connect button. I can use the UI…
12AX7
  • 310
  • 4
  • 14
0
votes
1 answer

FastPass report with screenshot

Is it possible to export Accessibility Insights for Android FastPass reports not only with issue description but also with screenshot?
0
votes
1 answer

Java Swing based windows desktop application is not detected by AccessibilityInsights

We have developed a Windows based Desktop application using Java Swing and build a exe of it using javapackager available in Java 8. Now we are trying to automate the testing of it using Karate-Robot but Robot could not detect the fields on the GUI…
0
votes
1 answer

FastPass Accessibility Pattern Updates

FastPass is reporting that a requires an ARIA child role of textbox; however, based on this GitHub combobox pattern accessibility thread, the issue is that the rules is adhering to the ARIA 1.1 spec and not the latest ARIA 1.2 spec which does not…
0
votes
1 answer

Accessibility Insights only lets me check elements in edge and not in Word (or other app of my choice)

I am trying to inspect Word using the tool but it only highlights elements in Edge. There is no option to choose the target app. I don't see any documentation either. Please help.
0
votes
2 answers

Is a role="group" valid under a role="tree"

Lets say I have an element with role="tree". Under that I have an element role="group" which contains elements with role="treeitem" or role="group" for multilevel tree. <... role="tree"> <... role="group"> <... role="treeitem"> …
dgorti
  • 1,130
  • 2
  • 12
  • 22
0
votes
1 answer

In the "Link purpose" section, shouldn't WCAG SC 2.5.3 be referenced?

In the tests of the "Link Purpose" section of Accessibility Insights for Web, there is no reference to WCAG SC 2.5.3, Label in Name. SC 2.5.3 is referenced in the Native Widgets & Custom Widgets sections, in the Instructions subsection. However, I'm…
0
votes
1 answer

Accessibility Insights - doesn't have guidance to test that required input fields have a visible indication that they are required, but shouldn't it?

In the Native Widgets and Custom Widgets section of Accessibility Insights for Web, the assisted test highlights widgets on the webpage being tested. In the "How to test" section of the "Cues" section for Native Widgets and Custom Widgets , the…
0
votes
1 answer

Initialize UIautomation tree from an element whose ClassName is Chrome_RenderWidgetHostHWND. Accessability Insights

I need for get UIelements using "UIautomation" technology from another programms in windows OS. Some programms has "chrome-like" browsers for content rendering. The methods are get element (like c# AutomationElement.FromPoint / FindAll) return…
WSW
  • 1
  • 4
0
votes
1 answer

Accessibility Insights for Windows flagging issues fixed in newer versions of .NET Framework

I am building an app that uses .NET Framework 4.5. One of the controls that I'm using is being flagged as an accessibility issue. That issue was fixed in .NET Framework 4.7.1, but I can't target a newer version now. Is there a workaround for this?
Lisa
  • 11
  • 1
0
votes
1 answer

Is there a way to turn off narrator for specific xaml element but still provide automation name?

Accessibility Insights for Windows tool reports that "Name" attribute is missing for some elements e.g TreeView, this basically forces me to provide this attribute but in some cases it's not actually necessary for narrator to read this. So I am…
IronHide
  • 327
  • 1
  • 3
  • 17