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