Question
1
Replies
41
Views
Posted: February 6, 2020
Last activity: February 9, 2020
Closed
Pega Robotics phone field masking
We have a form where phone fields are masked with ###-###-### format. We are able to interrogate the phone field however when we pass value to the text property the text does not display. It looks like the masking is preventing the text value to display.
We tried to use Sendkeys method it works, however it is slow process having multiple phone fields in a form.
Please advise of any work around?
Thanks.
***Moderator Edit-Vidyaranjan: Updated Platform Capability***
Hello,
i am assuming it to be a web form, and the fields are masked.
try to find the event on that textBox / element by the browser devloper mode (F12).
the simillar event can be replicated by the raiseEvent method in robotics Automation.
\Ex. , riseEvent on textchange