创建构造方法,带driver 参数
java public AdminPage(BoxDriver driver) { super(driver); }
特定页面的业务
使用基类的 this.baseDriver 成员变量
this.baseDriver
Tests 类
这部分描述的是具体的测试用例。
声明全局变量
原文转自:http://gitbook.cn/books/58e54b57cfcd6fa52dcef1d2/index.html 共58页: 上一页12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758下一页
原文转自:http://gitbook.cn/books/58e54b57cfcd6fa52dcef1d2/index.html