標準のNavigationControllerもscrollView、TableViewもありません....
アプリケーションの起動が完了し、 の後、オブジェクトappDelegateに移動しUIViewControllerます。
このviewControllerのビューには、UITextField. このテキスト フィールドに書き込みたい場合。他UIAutomation JavaScript
の多くのオプションの中で、私は次のことを試しましたが、まだ運がありませんでした:
var name = "Test Text";
var textField = UIATarget.localTarget().frontMostApp().mainWindow().textFields()[0];
textField.setValue(name);
mainWindow()どうすれば自分のにアクセスしたり、手に入れることができ
ますUIViewControllerか?