# File lib/selenium/client/idiomatic.rb, line 283
283:       def js_eval(script)
284:         string_command "getEval", [script,]
285:       end