- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
想通过javascript点击一个按钮进行测试。我可以单击第一页上的按钮,但不知道如何单击第一页上的按钮后出现的第二页上的按钮。
最佳答案
您只需要引用第二页上的那个按钮——所以您从第一页开始重复该过程。可能,你做了这样的事情(这段代码来 self 使用标签栏 Controller 的应用程序):
// Now tap the add button
var navBar = mainWindow.navigationBar();
navBar.buttons()["Add"].tap();
// Now the app loads a new page
// Get the nav bar again (it would have changed after the tap above)
navBar = mainWindow.navigationBar();
所以,答案很简单——只需回调相同的函数,它们将返回当前屏幕上的任何内容。
关于iphone - UI 自动化 :- How to click button using javascript of a screen which is not the main screen (iPhone)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5013519/
我遇到过这个 html: 上面的html和这个有什么区别: 最佳答案 来自MDN page on the tag : 对于 type 的属性标签,可能的值是: 提交:按钮将表单数据提交给服务器
Button button= (Button) findViewbyID(R.id.button); 和 Button button = new Button(this); 有什么区别? 最佳答案 有
我是一名优秀的程序员,十分优秀!