Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

element click intercepted exception in selenium C#

{
	var Button = driver.FindElement(By.XPath("XPath")); // where 'Button' is whatever is giving the error
	js.ExecuteScript("arguments[0].click()", Button);
}
 
PREVIOUS NEXT
Tagged: #element #click #intercepted #exception #selenium
ADD COMMENT
Topic
Name
8+1 =