# File lib/selenium/client/legacy_driver.rb, line 714
714:         def get_whether_this_window_match_window_expression(currentWindowString,target)
715:             return boolean_command("getWhetherThisWindowMatchWindowExpression", [currentWindowString,target,])
716:         end