1.java代码层面的pageObject实现
参考:https://www.cnblogs.com/yytesting/p/6973474.html
是用java写的实例,优点是结构很清晰,缺点是page类写的不够干净,有的page内还是调用了Assert方法。