Subject: | Minor POD issues |
Just a few things to make the POD more pleasant although looking at the
forsaken bugs here, I don't have much hope that this one will get any
attention):
* Module names (e.g. "WWW::Selenium") should be L<...>'ed
* "By calling the constructor with default_names set to a true value
your tests will be given a reasonable name should you choose not to
provide one of your own." - two issues here: C<default_names> and would
be nice to actually have an example in the synopsis that uses a test
name. For example:
$sel->click_ok("btnG", 'click the search button');