I am writing the command "find item by xpath":
browser.find_element_by_xpath("//*[@id='tbl']/tbody/tr[1]/td[6]/span[3]/i") The test passes normally, but when I add a click() to this element:
browser.find_element_by_xpath("//*[@id='tbl']/tbody/tr[1]/td[6]/span[3]/i").click() The test crashes, writes an error:
selenium.common.exceptions.WebDriverException: Message: Element is not clickable at point (1251.9833984375, 12.25). Other element would receive the click: <ul class="nav top-links navbar-right"></ul>
visibleproperty, but keep in mind that it does not always mean that an element can be clicked if it is set to true. - Dmitriy Gvozd