Hi all,
Bit of a Power BI Desktop novice, having some issues with the first thing I try of course 🙂
So simply trying to login to a website in order to navigate the site and download a file, everything post login works but can't for the life of me get the login on the site to work. I've looked through some other inconclusive questions raised on this forum but can't find to solution to my issue.
What I'm doing:
- Launch the browser with your website
- Stored the credentials in variables within PAD.
(For password I've tried storing it direct encrypted, currently just stored on the variable as normal text whilst I try and get this thing working)
- "Populate Text field on web page" to enter the username/pwd, the fields are populating, emulate typing is enabled, tried flicking between unfocus text box and other settings etc, not had any effect)
- "Press button on webpage" to hit the submit button
The username input/password input and login button are all ui elements, the inputs were created using the populate text fields were created by the web recorder if that's beneficial info.
There are no popups/captchas etc to complicate things.
Result from site is simply
Invalid username/password
If I manually press the login button the same response is returned, it seems if i retype the credentials into the web page without refreshing it can then sign in. Worth noting I'm 100% sure the credentials in PAD are correct.
If I f12
- error: {data: "username", message: "Login failed", code: "-32000"}
Any help much appreciated,
Baldo