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!

Splunk at Cisco Live 2025: Learning, Innovation, and a Little Bit of Mr. Brightside

Pack your bags (and maybe your dancing shoes)—Cisco Live is heading to San Diego, June 8–12, 2025, and Splunk ...

Splunk App Dev Community Updates – What’s New and What’s Next

Welcome to your go-to roundup of everything happening in the Splunk App Dev Community! Whether you're building ...

The Latest Cisco Integrations With Splunk Platform!

Join us for an exciting tech talk where we’ll explore the latest integrations in Cisco + Splunk! We’ve ...