Modify ↓
Opened 16 years ago
Closed 16 years ago
#1340 closed Bug (Works For Me)
Send("{ENTER}") in IE7
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | Send() | Cc: |
Description
If I create a login script which simply uses Send for all functions: Username, Tab, Password, Enter, it causes in effect the same thing as pressing F11 in IE, sending it into full screen mode.
I have replicated this on 2 systems running IE7.
send("Username")
send("{TAB}")
send("Password")
send("{ENTER}")
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Closing as works for me since I can't reproduce the problem.