> @@ -126,10 +126,13 @@ def wd_find_all_by(how, what) > end > > def wd_find_by_regexp_selector(selector, method = :find) > + wd = @wd
Can you give the local variable a better name? I think `parent_element` or `element` would make it clearer. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/pull/201/files#r3853155
_______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
