Modify ↓
Opened 12 years ago
Closed 12 years ago
#2491 closed Bug (No Bug)
AutoIt doesn't functions properly
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.8.1 | Severity: | None |
| Keywords: | Cc: |
Description
I have tried AutoIt for a firefox based login pop-up. While running the script, I could see it works randomly. For this I used the code shown below:
WinWaitActive("Authentication Required")
If WinExists("Authentication Required") Then
Send("admin{TAB}")
Send("admin123{ENTER}")
EndIf
Could anyone please fix this issue, since working randomly can make people think AutoIt as a less-reliable source code.
Attachments (0)
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Asked questions in our forum and only report bugs here when confirmed and has a script attached that reproduces the bug.
Closing for now as nobug
Cheers
Jos
Note:
See TracTickets
for help on using tickets.

Just for reproduction can you post the link (http...) that can be used.