Opened 11 years ago
Closed 11 years ago
#2497 closed Feature Request (Wont Fix)
Window Titles and Text (Advanced) - Proposal
Reported by: | mlipok | Owned by: | |
---|---|---|---|
Milestone: | Component: | Documentation | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
in "Window Titles and Text (Advanced)"
Please add an example:
WinActivate("[REGEXPCLASS:Not\w{3}d]", "") WinWaitActive("[LAST]", "") ControlSend('[LAST]','','Edit1','Test')
Its presents how to use REGEXPCLASS and LAST.
Since there was such an example.
And, of course, please make an appropriate description.
Attachments (0)
Change History (6)
comment:1 Changed 11 years ago by guinness
comment:2 Changed 11 years ago by mlipok
Yes I know.
But all examples of:
<a href="../intro/windowsadvanced.htm">Title special definition</a>
can be considered as incomplete.
It depends on the approach to a data examples.
In this part of the documentation can be regarded as sufficient.
I think so.
And it is this part of the documentation I was thinking of writing this report.
comment:3 Changed 11 years ago by Melba23
mlipok,
LAST is used in the same way as ACTIVE, REGEXPCLASS as REGEXPTITLE. As there are examples for both of those I see no point in adding further examples which would be little more than copies.
M23
comment:4 Changed 11 years ago by Melba23
- Resolution set to Fixed
- Status changed from new to closed
comment:5 Changed 11 years ago by Melba23
- Resolution Fixed deleted
- Status changed from closed to reopened
comment:6 Changed 11 years ago by Melba23
- Resolution set to Wont Fix
- Status changed from reopened to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
The example you've provided isn't complete.