python+webdriver页面元素定位问题记录1
2017-08-04 本文已影响10人
蘑菇小巷
页面上有两个复选框按钮如图:
页面代码:
用id定位该input报错:ElementNotVisibleException: Message: Element is not currently visible and so may not be interacted with
下图中第一行可定位到,第二行定位扔报错找不到该元素:
用下图定位上层class定位成功(两个复选框都定位到,并且都勾选上了):
原因待查,待补充
找到原因了,之前不知道firebug怎么看的,只盯着元素上的属性了:
解决如下: