in

ArtOfTest, Inc. Community Forums

Discuss and ask questions about ArtOfTest's products.

Browse by Tags

  • Re: Desktop.KeyBoard.SendString

    I was able to repro the repeating character problem and am happy to report that I have found an excellent and easy to implement solution to this problem! You can very simply switch to using the WshShell.SendKeys function in place of SendString. It's very easy to use, works reliably for Browsers and...
    Posted to General Questions (Forum) by sircody on 11-16-2007
  • Re: Can I send keystroke combinations?

    You should be able to using the Desktop.KeyBoard.SendString( "" ); method Ctrl-A is ^A Alt-Q is %Q Here is the full sendkeys reference: http://msdn2.microsoft.com/en-us/library/8c6yea83.aspx So you can do Desktop.KeyBoard.SendString( "^A" ); // Ctrl-A Desktop.KeyBoard.SendString(...
    Posted to General Questions (Forum) by admin on 06-27-2007
Page 1 of 1 (2 items)
Copyrights © 2008 ArtOfTest, Inc. All rights reserved.