I am facing the problem for below tag in selenium
HTML Code is :
<a data-v-4sa1sads href='#' class='second'>Register</a>
I tried using LinkText
, PartialLinkText
, CSS selector
, Xpath
but it is always showing an error that element click is intercepted.
How to handle this.