I have a Citrix Application. When I hit the enter key a new page pops up. How can I capture the rendering time of the new page that pops up when I hit enter?
The rendering time of a page is not something that can be gathered even with Citrix actions. You could use a textwait action to catch something in the UI that is loaded late in the page to get a good estimation of the loading page but except that i do not see other way.