# File lib/selenium/client/legacy_driver.rb, line 1372 1372: def ignore_attributes_without_value(ignore) 1373: remote_control_command("ignoreAttributesWithoutValue", [ignore,]) 1374: end