on ‎2021 Jul 14 3:47 PM
Hi All,
I am trying to automate third party Application (ServiceNow Portal) which was developed using Angular JS.I am able to login it manually, but in recording it throws error like "Username and Password Invalid".
Here is the Code in Desktop Studio:

Able to set Credentials in recording.

But once clicking on Login button, It throws error like below.

Could any one please suggest me, Is there any process/procedure to automate third party Applications using SAP IRPA.
Thanks in Advance
Request clarification before answering.
saisreelekhasuraparaju48,
Is the BOT able to set the values and click on the Login in Debug mode.
During your debugging of the application, you can try to use setElement to the username and use getElement to check if the value is set correctly or not.
In this way, you can first verify if the BOT is able to set the values correctly and proceed accordingly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
saisreelekhasuraparaju48
Can you please trigger the input event of the Username and Password using the below methods?
As explained in the screenshot I have triggered the button's click event using element.trigger('click')
In your scenario,after setting the element ,add the step page.element.trigger('input') or page.element.trigger("change").
Please check in your Inspect element of the Web Application what is the event associated with that Username and trigger that event accordingly.

| User | Count |
|---|---|
| 9 | |
| 7 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.