I have attached the screenshot for my code and marked the element that i need to click in red. This element appears after we mouse over on another object - and mouse over is successful and i can see this element get displayed, but failed to click on it
My code is
var LinksSurce = sourceThumb.FindElement(By.ID("linkSource"));
LinksSurce.Click();
Error i am getting is Element not intractable
NOTE: i have already read and tried the solutions suggested on these posts but none of them working Selenium Web Driver & Java. Element is not clickable at point (x, y). Other element would receive the click