Simulate press ctrl key until some windows appers

Hello everyone!

I am working in a process where is needed to press ctrl key until some windows appears.

How can I do to press ctrl until the windows element exists?

My idea was to add an send keys activity with key modifiers parameter= ctrl and then into a do while evaluate if the element exists but It is not possible because when The execution is in the elements exists it is not pressing ctrl any more.

Can someone help me?

DParallels won’t work in this case.

I can think of

  1. monitor events
  2. send hot key (ctrl) activity by selecting an element which will go to the background when your window appears and try catch around while so that selector not found exception will be caught.