Eagerly load tab pages

Is there a way to eagerly load tab pages?
I’m trying to manipulate the DOM of a tab page, but it only works if the user clicks on the tab first. Otherwise, the elements of the DOM I’m looking for don’t yet exist.
Is there a way to eagerly load tab pages so that I can manipulate the elements in that tab page before the user navigates to it?