RubyGems Navigation menu

tg4rb 0.0.1

FEATURES/PROBLEMS: * takes an XML with actions from tg4w and outputs stand-alone Ruby code that can be run directly or embedded into existing code (e.g. for test automation) * can be used as a library or as an executable script * takes the xpath from tg4w and uses only enough info to guarantee the uniqueness of the referenced element, allowing the generated script to keep working even with some change on page structure. == SYNOPSIS: doc = Document.new(File.read(xml_file)) actions = Tg4wToFirewatir.parse_xml(doc) translator = Tg4wToFirewatir.new(actions) File.open(‘output.rb’,‘w’) {|f| f << translator.translate} == REQUIREMENTS:

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 1.0.1 - October 31, 2007* (22.5KB)
  2. 1.0.0 - September 09, 2007* (19KB)
  3. 0.0.2 - July 11, 2007* (18.5KB)
  4. 0.0.1 - July 09, 2007* (18.5KB)

Runtime依存関係 (1):

hoe >= 1.2.1

所有者:

作者:

  • Helder Ribeiro

SHA 256チェックサム:

=

累計ダウンロード数 14,650

このバージョンのみ 3,347

このバージョンがリリースされたのは:

ライセンス:

N/A

必要なRubyのバージョン: > 0.0.0

リンク: