Question
Datacom group
NZ
Last activity: 16 Oct 2018 12:03 EDT
Changing the functionality of ASO
Hi All,
I was trying to use the ASO feature in Pega robotics.Its working fine if you have username and password in the same page for some websites.But for Microsoft Dynamics though both controls are in the same page, ASO just copy the username and password to the fields but not performing the button click on the sign-in.Is there a way to modify the functionality of ASO and is it possible to use ASO on application that have username and passwords on different pages?
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Datacom group
NZ
Hi Jegankumar,
The page created event doesn't enable the sign in button.So the alternative I used was submitting the HTML form after ASO copy the credentisls to the useraname password fields.I wanted to find out if there is a way to use ASO to sign in to websites like gmail.Or ASO has its limitations.
Westpac Banking Corporation
AU
Hi Asirichathu,
The ASO will take 3 input controls. 1 user id, I password and 1 login button. Please check have you configured login button or not?
Datacom group
NZ
Hi Jayachandrak,
Yes, I have already used ASO in several other websites.But according to my knowledge, we have to have those all 3 controls in one page.So I want to know how we can use it when the controls are in different pages. And for Microsoft Dyanamics, even the controls are in the same page, ASO not able to click the sgn-in button.Need a solution for that as well.
Comptech Associates Inc
US
I haven't much experience with Microsoft Dynamics, but in other applications it is possible that the wrong object was interrogated by Pega Robotics when you did the drag and drop. The only way to tell is to go to the "Windows" tab in Interrogation Mode to see what is there. One way to tell in advance if ASO really can click the button is try clicking it using "Test Methods" in Interrogation Mode. Hope this helps. --Ed
Datacom group
NZ
hi Ed,
I could perform the click on the log-in button using the test methods. But it doesn't perform the click when I configure ASO.I can only log in after ASO copies the credentials to the fields and separately do a form submit on which the username and password fields exist.But then the problem was the automation doesn't recognize the already opened browsers(opened using StartMyDay).Can you please provide an explanation about how the internal functionality of ASO?like how it manages session IDs.So I can try to find a solution.Thanks!
Datacom group
NZ
Is there a way to use ASO in websites that allows entering User name in one web pahe and password in the next? or is there a way of getting this done by using the CredentialStore?
TATA Consultancy Services Ltd
IN
The webpage might expect a manual keystroke for enabling the signing button.
Can you enable the signin button on page created event of login page?
Accepted Solution
Datacom group
NZ
Hi Jegankumar,
The page created event doesn't enable the sign in button.So the alternative I used was submitting the HTML form after ASO copy the credentisls to the useraname password fields.I wanted to find out if there is a way to use ASO to sign in to websites like gmail.Or ASO has its limitations.
Datacom group
NZ
Hi, I used credentialStore to log in to gmail.If we have a UI we can implemen a way to reset password and restore credentials.But how we handle when the user wants to change password in RPA?