google / windowtester

Automatically exported from code.google.com/p/windowtester
Other
18 stars 23 forks source link

click on list with regex name doesn't work #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
An instruction like this doesn't work:
ui.click(2, new ListItemLocator("TEST.*"));

The name is compared with equals, but not as a regular expression.

I attached a patch that fixes this.

Original issue reported on code.google.com by nbros....@gmail.com on 23 Oct 2014 at 12:36

Attachments:

GoogleCodeExporter commented 9 years ago
See also: https://groups.google.com/forum/#!topic/windowtester-pro/7OEBaWjP2-I

Original comment by nbros....@gmail.com on 23 Oct 2014 at 12:36

GoogleCodeExporter commented 9 years ago
Better patch (both click and double-click are impacted)

Original comment by nbros....@gmail.com on 23 Oct 2014 at 1:01

Attachments: