Contents
- Index
Internet Explorer control
TypeItIn can open and control up to 10 Internet Explorer windows.
Use the IE function to open an Internet Explorer window and navigate to a web page. For example {IE2 google.com,10} opens an IE window and navigates to google.com with a 10 second timeout. If the page is not completely loaded within 10 seconds a dialog will be displayed and typing will be stopped.
The IEWait function allows TypeItIn to wait for a web page to finish loading before continuing.
For example {IE3 google.com,10}wavget.com{Enter}{IEWait3 5}{Ctrl a}{Ctrl c} opens google.com in Internet Explorer window 3, waits for the page to load, and directs Google to search for wavget.com. TypeItIn then waits for the search results to load, selects all the text on the page with Ctrl-A, and then copies all the text to the clipboard with Ctrl-C.