Sha256: 10b8ebd2205f98c46ffbdcc9b049e17efb439f8df518ef2c4ae6f5964a0c900a

Contents?: true

Size: 288 Bytes

Versions: 18

Compression:

Stored size: 288 Bytes

Contents

<% if selenium_based? %>
  screenshot = driver.save_screenshot("#{temp_folder}/#{example_name}.png")
<% elsif watir? %>
  screenshot = browser.screenshot.save("#{temp_folder}/#{example_name}.png")
<% else %>
  screenshot = driver.screenshot("#{temp_folder}/#{example_name}.png")
<% end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ruby_raider-1.1.1 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-1.1.0 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-1.0.9 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-1.0.8 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-1.0.7 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-1.0.6 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-1.0.5 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-1.0.4 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-1.0.3 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-1.0.2 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-1.0.1 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-1.0.0 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.9.9 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.9.8 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.9.7 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.9.6 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.9.5 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.9.4 lib/generators/templates/helpers/partials/screenshot.tt