屏幕上有一个按钮,我试图在Appium Inspector上使用classname识别为iOS元素。但我一直得到错误"元素无法找到"。
这是我想要识别的按钮。
<UIAButton name="Join Us" label="Join Us" value="" dom="" enabled="true" valid="true" visible="true" hint="" path="/0/0/2/9" x="0" y="483" width="320" height="48"> </UIAButton>
我正在使用命令UIAButton [@name =&#39;加入我们&#39;],选择策略下拉列表作为&#34; classname&#34;在Appium Inspector上。
答案 0 :(得分:0)
您应该为该查询使用的策略是Xpath。您还需要领先&#34; //&#34; (例如::hasLocation a owl:ObjectProperty ;
rdfs:range :Location .
:hasCloseWork a owl:ObjectProperty ;
rdfs:domain :Intervention ;
rdfs:range :CloseWork .
)。如果你想使用班级策略,那么班级将是UIAButton,但我不确定你将如何指定&#34;加入我们&#34;之后。