I am trying to find a button which has Quick Move-In as the content.
<li>
<a href="javascript:void(0);" class="active">
94 Quick Move-In Homes
<span class="len-tip-item bottom">
<i class="far fa-info-circle"></i>
<span class="len-tip-box" style="display: none;">
An inventory home that is either under construction or completed.
</span></span></a></li>
My code looks like this.
driver.implicitly_wait(30)
python_button = driver.find_element_by_xpath("//a[contains(., 'Move-In')]")
python_button.click() #click link
I am not sure why am I getting this error: ElementClickInterceptedException: Message: Element is not clickable at point (1257,736) because another element obscures it