Determining if a tab has loaded
Posted: Thu Jun 18, 2015 4:21 pm
I've got an interesting issue with Firefox where, when opening multiple Atrium tabs in quick succession (using Atrium.launchURL()), the first one isn't getting fully rendered when the second one opens because FF will only render things that are visible. This is causing some JQuery stuff to fail as the elements aren't loaded.
So, I need to launch a tab and then verify that it has rendered before launching another tab. launchURL() indicates that it returns a tab object. Is there a property or function on that object that I can check to see if it has loaded?
Thanks!
So, I need to launch a tab and then verify that it has rendered before launching another tab. launchURL() indicates that it returns a tab object. Is there a property or function on that object that I can check to see if it has loaded?
Thanks!