如何使用UIAutomation javascript检查我的应用程序中navigationBar标题的值?我尝试过各种各样的事情,比如
target.frontMostApp()。的导航栏()。标题
target.frontMostApp()。的导航栏()。名称
target.frontMostApp()。的导航栏()。值
还有其他几个,但没有一个有效。
答案 0 :(得分:7)
原来,它适用于此:
target.frontMostApp()。的导航栏()。名称()
答案 1 :(得分:3)
您可以使用以下脚本访问它:
target.frontMostApp().mainWindow().navigationBar().staticTexts()[0].value()