$(document).ready(function() { setTimeout(function() { $("#signInButton").trigger('click'); }, 5000); });