Sha256: 25b937d0842029b2b902c640f12f4845c78984c01cb573358021573d3d21d53e

Contents?: true

Size: 468 Bytes

Versions: 54

Compression:

Stored size: 468 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

Then /^I should see that the cell exists$/ do
  @page.cell_id?.should == true
end

Version data entries

54 entries across 54 versions & 4 rubygems

Version Path
page-object-0.9.4 features/step_definitions/table_cell_steps.rb
page-object-0.9.3 features/step_definitions/table_cell_steps.rb
page-object-0.9.2 features/step_definitions/table_cell_steps.rb
page-object-0.9.1 features/step_definitions/table_cell_steps.rb
page-object-0.9.0 features/step_definitions/table_cell_steps.rb
page-object-0.8.10 features/step_definitions/table_cell_steps.rb
page-object-0.8.9 features/step_definitions/table_cell_steps.rb
page-object-0.8.8 features/step_definitions/table_cell_steps.rb
page-object-0.8.7 features/step_definitions/table_cell_steps.rb
page-object-0.8.6.1 features/step_definitions/table_cell_steps.rb
page-object-0.8.6 features/step_definitions/table_cell_steps.rb
page-object-0.8.5 features/step_definitions/table_cell_steps.rb
page-object-0.8.4 features/step_definitions/table_cell_steps.rb
page-object-0.8.3 features/step_definitions/table_cell_steps.rb
page-object-0.8.2 features/step_definitions/table_cell_steps.rb
page-object-0.8.1 features/step_definitions/table_cell_steps.rb
page-object-0.8 features/step_definitions/table_cell_steps.rb
page-object-0.7.6 features/step_definitions/table_cell_steps.rb
page-object-0.7.5.1 features/step_definitions/table_cell_steps.rb
page-object-0.7.5 features/step_definitions/table_cell_steps.rb