# File lib/selenium/client/legacy_driver.rb, line 939 939: def get_text(locator) 940: return string_command("getText", [locator,]) 941: end