Select Window keyword has this example:
| Select Window | regexp=H*' | Selects a window starting with letter H. |
It should probably be like this:
| Select Window | regexp=H.* | # Selects a window starting with letter H. |
Depending on how the regexp support is implemented, the correct format may also
be this:
| Select Window | regexp=^H.* | # Selects a window starting with letter H. |
Original issue reported on code.google.com by pekka.klarck on 6 Sep 2010 at 10:58
Original issue reported on code.google.com by
pekka.klarck
on 6 Sep 2010 at 10:58