Splunk Dev

Login failed by WebView2 JavaScript?

kiyoshi_miyake
Explorer

I try to login automatically by WebView2 JavaScript like below.

 

webView2.ExecuteScriptAsync("document.querySelector('#username').value = 'xxxx';");
webView2.ExecuteScriptAsync("document.querySelector('#password').value = 'yyyy';");
webView2.ExecuteScriptAsync("document.querySelector('body > div.account > div > div > div.account-login > form > fieldset > input.splButton-primary.btn.btn-primary').click();");

 



The code sets username and password correctly and click the "Sign In" button fine. However, I got "Login Failed" error.

Is there any tric to avoid auto login???

 

I am able to log in successfuly after just press "TAB" keys many times and click "Sign In" button without any change of username/password. it confusing me more...

 

Labels (1)
0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

@kiyoshi_miyake - Try adding time delay.

 

I hope this helps!!

0 Karma

kiyoshi_miyake
Explorer

Hi @VatsalJagani , thanks for the reply. I tried adding delay, but i got same login failure. 😞

0 Karma
Get Updates on the Splunk Community!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...