hadoop - Element is not clickable at point (339, 85). Other element would receive the click -
below current html dom.
<div class="addr notchooseopera right" click="switchpanel" un="contact"><a class="addrbutton " href="javascript:;" title="通讯录"><span class="bag"></span></a></div>
i'm using python+selenium+webdriver execute method
self.browser.find_element_by_class_name("addrbutton").click()
but error:
selenium.common.exceptions.webdriverexception: message: unknown error: element not clickable @ point (339, 85). other element receive click: <div class="addr notchooseopera right" click="switchpanel" un="contact">...</div> (session info: chrome=36.0.1985.143)
Comments
Post a Comment