Pegasystems
PEGACRSA80V1 · Question #36
You are creating an automation for a form on a web application. Your automation enters data when the web page matches. The web application form contains several web controls, which seem to have the…
The correct answer is D. Open the Windows date/time clock menu and count the number of seconds it takes before. See the full explanation below for the reasoning.
Question
You are creating an automation for a form on a web application. Your automation enters data when the web page matches. The web application form contains several web controls, which seem to have the same object level hierarchy in the Object Explorer. You notice that the automation fails to submit the data on the first click of the Submit button. However, the data submits usually after the second or third click. When is the appropriate time to invoke the PerformClick method?
Options
- AReview the RuntimeLog for the order in which the controls are matched. In the automation, add
- BPlace a long a pause before the PerformClick method in the automation.
- CCreate a loop within your automation that invokes the PerformClick method until the data finally
- DOpen the Windows date/time clock menu and count the number of seconds it takes before
How the community answered
(55 responses)- A7% (4)
- B11% (6)
- C2% (1)
- D80% (44)
Community Discussion
No community discussion yet for this question.