# File lib/selenium/client/legacy_driver.rb, line 1087
        def is_element_present(locator)
            return boolean_command("isElementPresent", [locator,])
        end