How I can check whether a page is loaded completely or not in web driver?
Selenium does it for you. Or at least it tries its best. Sometimes it falls short, and you must help it a little bit. The usual solution is Implicit Wait which solves most of the problems. If you really know what you’re doing, and why you’re doing it, you could try to write a generic … Read more