cpan-selenium-rc-perl icon indicating copy to clipboard operation
cpan-selenium-rc-perl copied to clipboard

From RT: regexp matching of window titles?

Open joemcmahon opened this issue 4 years ago • 0 comments

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?

joemcmahon avatar Dec 08 '20 01:12 joemcmahon