udhayas
14 years agoOccasional Contributor
Key board Inputs.
How can I write a VB Script to automate the find process by using the keyboard inputs like "Ctrl + F". How can I get this once a web page is loaded. Please help me with this.
Call Sys.Process("iexplore").ToUrl("http://smartbear.com/")
Set Page = Sys.Process("iexplore").Page("http://smartbear.com/")
Call Page.Keys("^f")