Subject: | Missing some selector to be complete drop-in replacement of WWW::Selenium |
Hello
WWW::Webkit is missing some syntactic sugar for the selector to be completely compatible with WWW::Selenium:
- identifier selector (which is identical to id)
- fallback heuristic when selector is not specified (extracted from WWW::Selenium). The choosen selector is:
dom, for locators starting with "document."
xpath, for locators starting with "//"
identifier, otherwise
Thanks for WWW::Webkit :-)
All the best