Blackberry Fledge Script To Connect USB
I want to use the fledge simulator scripting tool to run automated tests for my application. I'm looking for 开发者_运维百科a way to simulate a usb connection programatically (same as through the simulator) . Is there a command that will allow me to do so?
Thanks for your help!
Use the /comm-cable-connected
option. You can see the complete list of options by running fledge /?
from the command line.
精彩评论