Skip Menu |

This queue is for tickets about the Test-WWW-Selenium CPAN distribution.

Report information
The Basics
Id: 105653
Status: new
Priority: 0/
Queue: Test-WWW-Selenium

People
Owner: mcmahon [...] cpan.org
Requestors: meir [...] guttman.co.il
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: regexp matching of window titles
Date: Sat, 04 Jul 2015 01:09:23 +0300
To: bug-Test-WWW-Selenium [...] rt.cpan.org
From: Meir Guttman <meir [...] guttman.co.il>
Dear maintainers, I am using WWW::Selenium for some time now, a very useful module. Thank you folks making it happen. I always used $sel->select_window(title='some string or other'). I recently wanted to do a regexp matching to window titles as in $sel->select_window(regexp:title='some partial string'). It doesn't seem to work. Is there an error on my part or is it simply that regexp matching doesn't apply to $window_id entities? Regards Meir