UIAutomation javascriptを使用して、アプリのナビゲーションバーのタイトルの値を確認するにはどうすればよいですか?私はいろいろなことを試しました
target.frontMostApp()。navigationBar()。title
target.frontMostApp()。navigationBar()。name
target.frontMostApp()。navigationBar()。value
そして他のいくつか、そしてそれらのどれも機能しません。
UIAutomation javascriptを使用して、アプリのナビゲーションバーのタイトルの値を確認するにはどうすればよいですか?私はいろいろなことを試しました
target.frontMostApp()。navigationBar()。title
target.frontMostApp()。navigationBar()。name
target.frontMostApp()。navigationBar()。value
そして他のいくつか、そしてそれらのどれも機能しません。