1,Alex Li,22,13651054608,IT,2013-04-01 2,Jack Wang,28,13451024608,HR,2015-01-07 3,Rain Wang,21,13451054608,IT,2017-04-01 4,Mack Qiao,44,15653354208,Sales,2016-02-01 5,Rachel Chen,23,13351024606,IT,2013-03-16 6,Eric Liu,19,18531054602,Marketing,2012-12-01 7,Chao Zhang,21,13235324334,Administration,2011-08-08 8,Kevin Chen,22,13151054603,Sales,2013-04-01 9,Shit Wen,20,13351024602,IT,2017-07-03 10,Shanshan Du,26,13698424612,Operation,2017-07-02
Alex Li,123 Jack Wang,1234 Rain Wang,1235 Mack Qiao,1236 Rachel Chen,1237 Eric Liu,1238 Chao Zhang,1239 Kevin Chen,1230 Shit Wen,12355 Shanshan Du,123598
http://hcdn1.luffycity.com/data/course_related/14/documents/%E7%AC%AC%E4%B8%89%E7%AB%A0%E4%BD%9C%E4%B8%9A_1520583382.6884398.pdf
https://www.cnblogs.com/yufeihlf/p/5949984.html
webDriver常用来做ui自动化,但对于一些页面上的元素,通过WebDriver封装的findElement方法获取不到
一、可能原因:
1、元素定位时使用xpath、id、name等方法,参数错误
2、定位元素时,页面加载未完成,或者依赖页面js加载完成
3、元素在隐藏域,属性为hidden,可能定位元素失败
4、需要定位多个元素,元素没有位于同一个iframe
5、对话框上的元素,需要先有对话框,才有元素的某些属性
https://blog.csdn.net/qq_20032133/article/details/53945559
三、RF处理对话框问题:
http://www.51testing.com/html/05/n-3726805.html
https://www.cnblogs.com/luxinshu/archive/2012/10/29/2745058.html
https://blog.csdn.net/tulituqi/article/details/21871247
https://blog.csdn.net/tulituqi/article/details/17846463
四、关于RF对于不在屏幕内的页面元素的处理办法
https://www.cnblogs.com/puresoul/p/3394589.html