菜鸟教程小白 发表于 2022-12-13 02:04:36

ios - 带有 UI 自动化的语音辅助功能


                                            <p><p>我在我的应用程序中使用语音辅助功能。但是当我使用 UI 自动化测试时,它会破坏可访问性。因为自动化使用辅助功能类来显示辅助功能标签。有什么解决办法吗?</p>

<p>提前致谢。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>请改用 <strong>accessibilityIdentifier</strong>。</p>

<p>Voice Over 看不到它,可以使用 <em>UIAElement</em> 中的方法 <em>name</em> 访问它。
如果留空,它将从标签中复制值。</p>

<p>更多信息 <a href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAccessibilityIdentification_Protocol/index.html" rel="noreferrer noopener nofollow">UIAccessibilityIdentification</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 带有 UI 自动化的语音辅助功能,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/25927123/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/25927123/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 带有 UI 自动化的语音辅助功能