I am new to selenium and i have been trying for some time to click on an anchor element. I have tried css-selector,lint_text,xpath,absolute xpath but i am still unable to click on it and instead i am getting this error message:
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: Driver Schedule
Does anyone know how to get around this ?
Update: I am getting this error now:
selenium.common.exceptions.ElementClickInterceptedException: Message: Element <a href="#/schedule/weekly-view"> is not clickable at point (326,333) because another element <div class="app-spinner-layer active"> obscures it