Sha256: a52b2e4029e371de6e898abcbaeddf625432ff9ecc8ed0c91eb1ce94cde8448c

Contents?: true

Size: 525 Bytes

Versions: 14

Compression:

Stored size: 525 Bytes

Contents

require "cello"

Then /^I should be able to write "(.*?)" in a element using id$/ do |text|
  @browser.text_field_fill_with(text)
  @browser.close
end

Then /^I should be able to write "(.*?)" in a element using name$/ do |text|
  @browser.text_fieldname_fill_with(text)
  @browser.close
end

Then /^I should be able to write "(.*?)" in a element using label$/ do |text|
  #pending
end

Then /^I should be able to write "(.*?)" in a element using xpath$/ do |text|
  #pending
  @browser.text_fieldxpath_fill_with(text)
end


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
cello-0.0.35 features/step_definitions/access_element.rb
cello-0.0.34 features/step_definitions/access_element.rb
cello-0.0.33 features/step_definitions/access_element.rb
cello-0.0.32 features/step_definitions/access_element.rb
cello-0.0.31 features/step_definitions/access_element.rb
cello-0.0.30 features/step_definitions/access_element.rb
cello-0.0.29 features/step_definitions/access_element.rb
cello-0.0.28 features/step_definitions/access_element.rb
cello-0.0.27 features/step_definitions/access_element.rb
cello-0.0.26 features/step_definitions/access_element.rb
cello-0.0.25 features/step_definitions/access_element.rb
cello-0.0.23 features/step_definitions/access_element.rb
cello-0.0.21 features/step_definitions/access_element.rb
cello-0.0.19 features/step_definitions/access_element.rb