keypress
keypress
I am newbie to robotask. I have a firefox window which opens and runs a flash application.I can figure out how to click on the flash object which opensOpen File Dialog box.THe cursors appears in the File name: when I attempt to send keypresses to that windownothing shows up. ? perplex..Thanks.
keypress
Normal
0
false
false
false
EL
X-NONE
X-NONE
MicrosoftInternetExplorer4
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Êáíïíéêüò ðßíáêáò";
mso-tstyle-rowband-size:0;
mso-tstyle-colband- size:0;
mso-style-noshow:yes;
mso-style-priority:99;
m so-style-qformat:yes;
mso-style-parent:"";
mso-padding-a lt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin-top:0cm;
mso-para-margin-right:0c m;
mso-para-margin-bottom:10.0pt;
mso-para-margin-left:0 cm;
line-height:115%;
mso-pagination:widow-orphan;
fon t-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-a scii-font-family:Calibri;
mso-ascii-theme-font:minor-latin ;
mso-fareast-font-family:"Times New Roman";
mso-fareast-theme-font:minor-fareast;
mso-hansi- font-family:Calibri;
mso-hansi-theme-font:minor-latin;}
You can use the Send Keys action as the {Tab} key to do focus in the field you want. Very important is to put the
correct Pause before each keystroke, because the windows do not appear instantly.
To what composed the help, if you want send the Link application and tell us exactly what you want to
do ...
I hope to help.
keypress
Actually I must be missing something.1. Open dialog (File Open)2. send keys to active window ("file1.txt" {return})So the windows standard dialog box opens. it hasfocus and cursor is on the box File Name:Because is MODAL, robotask halts? and doesn't send key presses.Do I have enable a trigger another Robotask task to intercept whenthe dialog box opens and that sends the key presses.??
keypress
You have to send keystroke to active window.
I.e. use "current window" as target in action editor.
This is working in most applications.
For example you send Ctrl-O to Notepad window
Next step must be pause. You have to determine pause experimentally.
Next send keystroke to current window. The current window is Open Dialog in this case.
I.e. use "current window" as target in action editor.
This is working in most applications.
For example you send Ctrl-O to Notepad window
Next step must be pause. You have to determine pause experimentally.
Next send keystroke to current window. The current window is Open Dialog in this case.