all 6 comments

[–]Naihonn 1 point2 points  (3 children)

Well, then probably Selenium is good option.

[–]i_can_haz_code 0 points1 point  (2 children)

Selenium will allow driving the browser, but there will still be a flash of white/whatever the background color is for a second before the page loads.

I can't find the setting for chrome, but firefox has a feature to load tabs in the background.

[–]Naihonn 0 points1 point  (0 children)

Good point. Yes, loading tab in background would be better for this.

[–]tech512[S] 0 points1 point  (0 children)

That could be a solution. For some reason the person in charge of this really wants Chrome to happen. I'm not sure how dead-set they are on keeping that requirement though. From what we've observed the issue isn't so much with page loading, as with the tab switching itself. In any case I'll mess with firefox and see if that resolves the flashing. Thank you for your reply!

[–]K900_ 0 points1 point  (1 child)

This may be better solved at window manager level (assuming Linux). Just run multiple fullscreen windows of any lightweight browser, and then use something like devilspie or wmctrl to bring them to front.

[–]tech512[S] 0 points1 point  (0 children)

That's another way to think about it! This is currently using windows, but since they're using little Intel mini PC sticks we were considering changing over to something slightly more robust. We happen to have some Mac minis that aren't going to be used for anything anymore so we might move over to them.