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