# File lib/selenium/openqa/selenium.rb, line 737
        def get_whether_this_frame_match_frame_expression(currentFrameString,target)
            return get_boolean("getWhetherThisFrameMatchFrameExpression", [currentFrameString,target,])
        end