This is an automated email from the git hooks/post-receive script. jame-guest pushed a commit to tag v0.02 in repository libweasel-perl.
commit e1b6d0b46d91a38a543bff8b0daa9495770cd6d2 Author: Erik Huelsmann <[email protected]> Date: Wed Jun 22 17:22:12 2016 +0200 * Improve README.md after review --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2ee1139..7e4a3f4 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,10 @@ With [not(.//*[contains(.,'Some text')])]"); ``` -Multiple patterns can be registered for a single mnemonic, which -will be concatenated to a single xpath expression to find the matching -tags in a single driver query. +Multiple patterns can be registered for a single mnemonic. These +which be concatenated into a single xpath expression. This concatenated +expression allows to efficiently find matching elemnets with a single +driver query. Besides good performance, this has the benefit that the following @@ -80,9 +81,10 @@ Besides good performance, this has the benefit that the following ``` can be easily extended to match -[Dojo toolkit's](http://dojotoolkit.org/documentation/) buttons, which -on the HTML level don't contain visible button or input tags, simply -by using the widget support set: +[Dojo toolkit's](http://dojotoolkit.org/documentation/) buttons as well +as regular buttens. The problem with Dojo's buttons is that their DOM +tree doesn't actually contain (visible) BUTTON or INPUT tags. To load +support for Dojo widgets, simply: ```perl use Weasel::Widgets::Dojo; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libweasel-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
