We have solved this problem by introducing Browsermob proxy (BMP) in to our
framework. BMP is a standalone java component which works as a proxy server
and can be easily integrated with Selenium WebDriver.
Once we enable it then all our browser network traffic will go through this
proxy server then we can utilize a method called
"waitfornetworktraffictostop" which will wait your script execution till the
network traffic stops. This will give you the surety that page is completely
loaded.
I hope this will solve your problem
--
View this message in context:
http://selenium.10932.n7.nabble.com/URGENT-PLEASE-Selenium-for-Salesforce-com-tp28380p42846.html
Sent from the Selenium - Users mailing list archive at Nabble.com.