# File lib/selenium/client/idiomatic.rb, line 302 302: def table_cell_text(tableCellAddress) 303: string_command "getTable", [tableCellAddress,] 304: end