[wtr-general] Re: Can I use Watir to automate apps written in node-webkit?

2014-10-22 Thread Justin Hull
We're using watir web-driver to automate the testing of a Chrome App that we're developing. We explored the option of launching the browser using a command line switch to load the app as an extension and were successful in doing so. We were able to automate the controls within the app and

[wtr-general] watir cucumber

2014-10-22 Thread c w
Hi I have a question. I am using testgen gem and created the project and i get the hooks.rb which contains require 'watir-webdriver' Before do @browser = Watir::Browser.new :firefox end After do @browser.close end No I have no idea what i have to do to not use it. I want to run all

[wtr-general] Re: Can I use Watir to automate apps written in node-webkit?

2014-10-22 Thread Xuemin Yin
Justin, Thanks for the reply. Our application will be a standalone one that, built with node-webkit (Chromium and node.js based), can be launched from user's desktop. It's *NOT* launched in a browser, but behaves like one, with a console that can be used to inspect the HTML elements liek you