Wait for complete page load in robot framework

Hi @bk-user ,

I guess you could try Wait For Condition and wait for the javascript readyState to be complete:

	Wait For Condition	return document.readyState == "complete"

Never tried it myself so hope it works,

Dave.

3 Likes