sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17119
Re: [Question #129622]: cannot include double quotes in type()
Question #129622 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/129622
Archie2801 requested more information:
Hey its too late I am answering this query but I hope it will be helpful
for others.
Step1 - open command line prompt
App.open("C:\Windows\System32\cmd.exe")
wait(5)
Step2 - type uninstallation command
type("wmic product where name=\"Product_name\" call uninstall\n")
here \ will just ignore the actual functionality of double quote(") and
consider it as string
Check it out! It Works!! :)
Cheers
Archie
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.