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.
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.