Sha256: 9b441a2c49319a6c010f473851ab65d41117e54f1445062574554c498b4c2569
Contents?: true
Size: 386 Bytes
Versions: 16
Compression:
Stored size: 386 Bytes
Contents
When /^I search for the table cell by "([^\"]*)"$/ do |how| @cell_data = @page.send "cell_#{how}" end When /^I retrieve a table cell element by "([^"]*)" and "([^"]*)"$/ do |param1, param2| @cell_data = @page.send "cell_#{param1}_#{param2}" end When /^I retrieve a table cell element while the script is executing$/ do @cell_data = @page.cell_element(:id => 'cell_id').text end
Version data entries
16 entries across 16 versions & 1 rubygems