# File lib/selenium/client/legacy_driver.rb, line 1365
        def allow_native_xpath(allow)
            remote_control_command("allowNativeXpath", [allow,])
        end