In Chrome when I am clicking button, I am getting "unknown error:
cannot read property 'scrollleft' of null
Their is 1 Input field in that page I am able to enter value in that only Button click is not working.
This Click is working fine in Firefox. issue only in Chrome
IWebElement element = wait.Until(d => d.FindElement(locator));
wait.Until(ExpectedConditions.ElementToBeClickable(element));
element.Click();
Note:
There is no frames in this page, no scrolls.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…