Issue Details:
In selenium execution out of ten runs six run it gives
correct result in Firefox and Internet Explorer.
But the same failed in Chrome. Always gives wrong
count when element.Size() function is triggered.
System.out.println(driver.findElements())
(By.xpath("//*[@class='test-box']")).size());
How to Solve:
1. First let us check if chrome is rendering the xpath correctly. Check the xpath.
2. Secondly,let us check if application is taking longer time to load in chrome. Use some wait time.