Skip Menu |

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

Report information
The Basics
Id: 84768
Status: new
Priority: 0/
Queue: WWW-WebKit

People
Owner: Nobody in particular
Requestors: DDUMONT [...] cpan.org
Cc:
AdminCc:

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



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
Le Sam 20 Avr 2013 17:44:43, DDUMONT a écrit : Show quoted text
> xpath, for locators starting with "//"
Hmm, small correction, a locator without xpath= like this works: q!//input[@id='login']! one fallback is working. All the best