Opened 13 years ago
Closed 13 years ago
#2431 closed Feature Request (Completed)
Win.... ("title" [, "text" - syntax and description
| Reported by: | mlipok | Owned by: | FireFox |
|---|---|---|---|
| Milestone: | 3.3.9.20 | Component: | Documentation |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Almost all such functions
WinSet
Winget
WinWait
WinMove
syntax is described like this
WinWait ("title" [, "text"
which suggests that the "text" is optional
Even in such a function
WinSetOnTop ("title", "text", flag)
you can use
WinSetOnTop ("Total", "", 1)
or
WinSetOnTop ("Total", "", 0)
But never says anything about what is the default value for the "text" if it is optional, and nothing about the possibility of using an empty string.
In addition, the extensive features such as:
WinWaitActive ("title" [, "text" [, timeout = 0]])
there is no description of what is the default value timeout = 0
Mostly only the description "Timeout in seconds"
Please consider supplementing documentation in these ranges.
Attachments (0)
Change History (2)
comment:1 by , 13 years ago
| Version: | 3.3.9.19 |
|---|
comment:2 by , 13 years ago
| Milestone: | → 3.3.9.20 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Added by revision [8785] in version: 3.3.9.20

Automatic ticket cleanup.