
Announcements
<div>I try to use Control + P with send keys action but it is not working, What a I need to change for that command work? Please look the flow Thanks a lot</div>
So, first I would change to {Control}(p) with a lowercase p. A capital P could be read as Send Keys as Shift + P; therefore, you would actually be saying {Control}({LShiftKey}(p)).
If I do Control + p in Chrome, I get this:
If I do Control + Shift + p, I get this:
Both are viable, so I guess it doesn't really matter; mostly depends on which screen you want.
Either way, you are going to want to put a Wait in there. If you can Wait for Window, that would probably be best, but if you can't, just put a Wait (10) or something reasonable, then Send Keys {Enter} to select the "Print" button.