poilkjask Posted February 1, 2019 Share Posted February 1, 2019 while using the the send command it wont use the key ! any help on another command i can get to type out words using ! sign? Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted February 1, 2019 Moderators Share Posted February 1, 2019 @poilkjask You simply have to provide more information than that, you can't possibly expect anyone to be able to help you with no information. How about at the very least showing your code. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Danp2 Posted February 1, 2019 Share Posted February 1, 2019 Did you try passing $SEND_RAW for the 2nd parameter? user4157124 1 Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
poilkjask Posted February 1, 2019 Author Share Posted February 1, 2019 This is my line of code ; Set the Escape hotkey to terminate the script. HotKeySet("{ESC}", "_Terminate") sleep(1000) ; will move mouse to location MouseMove ( -700, 980, 0) Sleep(1000) MouseMove ( -701, 981, 0) Sleep(1000) MouseClick ( "left" ) sleep(100) MouseClick ( "left" ) Sleep(1000) Send( " t! " ) Link to comment Share on other sites More sharing options...
FrancescoDiMuro Posted February 2, 2019 Share Posted February 2, 2019 (edited) @poilkjask As Danp2 suggested, use the parameter $SEND_RAW when you send your command, since, by default, the ! character is interpreted as ALT key instead of literal ! Edited February 2, 2019 by FrancescoDiMuro Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now