Modify

Opened 12 years ago

Closed 12 years ago

#2491 closed Bug (No Bug)

AutoIt doesn't functions properly

Reported by: venugopal.vysakh@… 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 J-Paul Mesnage, 12 years ago

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

comment:2 by Jos, 12 years ago

Resolution: No Bug
Status: newclosed

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

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.