Sha256: 029af148636acd46fb9a5dae81e23e1ab5cb1d0ae6fa7965dd4ec7800eed22cf

Contents?: true

Size: 356 Bytes

Versions: 40

Compression:

Stored size: 356 Bytes

Contents

var WatirSpec = function() {
    
  return {
    addMessage: function(string) {
        var text = document.createTextNode(string)
        var message = document.createElement('div');
        var messages = document.getElementById('messages');

        message.appendChild(text)
        messages.appendChild(message);
    }
  };
  
    
}(); // WatirSpec

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
watir-6.5.0 spec/watirspec/html/javascript/helpers.js
watir-6.4.3 spec/watirspec/html/javascript/helpers.js
watir-6.4.2 spec/watirspec/html/javascript/helpers.js
watir-6.4.1 spec/watirspec/html/javascript/helpers.js
watir-6.4.0 spec/watirspec/html/javascript/helpers.js
watir-6.4.0.rc2 spec/watirspec/html/javascript/helpers.js
watir-6.4.0.rc1 spec/watirspec/html/javascript/helpers.js
watir-6.3.0 spec/watirspec/html/javascript/helpers.js
watir-6.2.1 spec/watirspec/html/javascript/helpers.js
watir-6.2.0 spec/watirspec/html/javascript/helpers.js
watir-6.1.0 spec/watirspec/html/javascript/helpers.js
watir-6.0.3 spec/watirspec/html/javascript/helpers.js
watir-6.0.2 spec/watirspec/html/javascript/helpers.js
watir-6.0.1 spec/watirspec/html/javascript/helpers.js
watir-6.0.0 spec/watirspec/html/javascript/helpers.js
operawatir-0.7.pre4-jruby spec/watir2/fixtures/javascript/helpers.js
operawatir-0.7.pre3-jruby spec/watir2/fixtures/javascript/helpers.js
operawatir-0.7.pre2-jruby spec/watir2/fixtures/javascript/helpers.js
operawatir-0.7.pre1-jruby spec/watir2/fixtures/javascript/helpers.js
operawatir-0.6.pre1-jruby spec/watir2/fixtures/javascript/helpers.js