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.5 KB)
  2. 1.0.0 - September 09, 2007* (19.0 KB)
  3. 0.0.2 - July 11, 2007* (18.5 KB)
  4. 0.0.1 - July 09, 2007* (18.5 KB)

Runtime 相依性套件 (1):

hoe >= 1.2.1

擁有者:

作者:

  • Helder Ribeiro

SHA 256 總和檢查碼:

=

總下載次數 14,650

這個版本 3,347

版本发布:

授權:

Ruby 版本需求: > 0.0.0

相關連結: