SunakoChan Posted May 4 Report Share Posted May 4 Hi Team, How to log in automatically using the directory without clicking the button? Quote Link to comment Share on other sites More sharing options...
telly Posted May 4 Report Share Posted May 4 Hi @SunakoChan, You can use this code, just add the code on the footer of the authentication:<script> document.addEventListener('DataPageReady', function () { document.querySelector('[class*=cbLoginButton]').click(); }); </script> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.