sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31443
[Question #264504]: Hi I am using Silkuli Java and I want to launch command line and need to executed a command how to do this?
New question #264504 on Sikuli:
https://answers.launchpad.net/sikuli/+question/264504
Hi All,
I am using Sikuli (sikuli-java.jar) and I am trying to Automate Windows Application.
In this process i need to launch windows cmd line and i need to execute a command on that:
With the Following Code i am able to launch windows Command line :
App exeapp=App.open("cmd.exe");
exeapp.focus();
String cmd="tshark -i 4 -w dump.pcapng";
Now How to send a "cmd"command to Windows Command line?
Thanks in Advance,
Rajendra Prasad
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.