Hello Devolutions Team,
in our company we use many custom internal Websites. I want to use autofill an autosubmit. Autofill works without Problems. I insert the field Id´s and it works. But auto submit didn't work. I cannot find a button ID or value.
The website using a "mat-button".
The code looks like this
<mat-card-actions _ngcontent-hbu-c193="" class="mat-card-actions"><button _ngcontent-hbu-c193="" mat-raised-button="" color="primary" class="mat-raised-button mat-button-base mat-primary"><span class="mat-button-wrapper">Login</span><div matripple="" class="mat-ripple mat-button-ripple"></div><div class="mat-button-focus-overlay"></div></button></mat-card-actions>
How to get auto submit to work maybe with custom java code?
Greetings
Sebastian
Hello,
Thank you for reaching out to us regarding this,
I have a few questions which you can hopefully answer.
I’m also wondering if the website you're encountering this issue with is public? If so perhaps you could provide me the URL so that I can perform some tests on my end?
Let me know,
Best regards,
Samuel Dery
Hello Samuel,
the used RDM Version is 2022.3.27.0 64-bit.
As data source we are using MSSQL or you mean what type of session? Webbrowser Google Chrome.
No the site isn't public sorry.
Greetings
Sebastian
Hello,
Thank you for your reply
I see, from the provided HTML sample, I can indeed confirm that this button does not seem to have an ID, I suspect this is why RDM is unable to automatically submit in "Embedded" mode.
Are you able to submit the credentials by pressing "Enter"? Perhaps you could configure a typing macro to perform this action in this case.
Let me know,
Best regards,
Samuel Dery
Hello Samuel,
this is what i was looking for "typing macro".
A simple enter did not work but with {TAB}{ENTER} it´s working.
Thank you!!
Greetings
Sebastian