# File lib/selenium/openqa/selenium.rb, line 753
        def get_whether_this_window_match_window_expression(currentWindowString,target)
            return get_boolean("getWhetherThisWindowMatchWindowExpression", [currentWindowString,target,])
        end