cpan-selenium-rc-perl
cpan-selenium-rc-perl copied to clipboard
From RT: regexp matching of window titles?
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')
but I recently wanted to do a regexp matching to window titles as in
$sel->select_window(regexp:title='some partial string')
which doesn't seem to work.
Is this an error on my part or is it simply that regexp matching doesn't
apply to $window_id
entities?