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