My question is.. when we hit any URL of a web page in the browser, the page starts loading. At top we get loading symbol , once it is stopped our selenium script proceed with further process. BUT sometimes the page takes time to load all its properties. is thr any way to wait till the page gets completely loaded with all properties.
Method different than WebDriverWait needed.