菜鸟教程小白 发表于 2022-12-13 13:48:07

ios - 在 UIAutomation 中不起作用的按钮上的点击命令


                                            <p><p>我在一个应用程序中有这个按钮。我想模拟点击按钮。该按钮的位置如下:target>frontMostApp()>windows()>buttons()。我的javascript代码如下:
<code>target.frontMostApp().windows().buttons().tap();</code>
但运行代码后,显示如下错误信息:</p>

<blockquote>
<p>Error: target.frontMostApp().windows().buttons() could not be tapped</p>
</blockquote>

<p>我已检查此按钮的可访问性标签是否设置为启用。谁能告诉我我做错了什么?以下是仪器控制台的屏幕截图:</p>

<p> <img src="/image/6gBiG.png" alt="enter image description here"/> </p>

<p>突出显示的按钮是我想要点击的按钮。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我刚刚解决了这个问题。只是我试图点击的按钮不可见。我检查了 <code>.isVisible()</code> 并返回 false。感谢您的帮助。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 在 UIAutomation 中不起作用的按钮上的点击命令,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/10590353/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/10590353/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 在 UIAutomation 中不起作用的按钮上的点击命令