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

2015-07-29 Thread Solomon
Hi, How can we use the same for Javascriptthe below code u have mentioned is for Rubywat would be the code for Javascript Thanks in advance... Solomon On Wednesday, October 29, 2014 at 8:37:42 AM UTC+5:30, Xuemin Yin wrote: I was able to use the following to open my node-webkit

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

2014-10-28 Thread Xuemin Yin
I was able to use the following to open my node-webkit app: require selenium-webdriverSelenium::WebDriver::Chrome.path = my_path_to_appbrowser = Selenium::WebDriver.for :chrome .. How do I use Watir to open the app? Thanks a lot. On Saturday, October 25, 2014 5:59:53 AM UTC-4, Željko

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

2014-10-25 Thread Željko Filipin
On Sat, Oct 25, 2014 at 4:36 AM, Xuemin Yin xuemin@gmail.com wrote: Another question: is it possible to use *watir-webdriver* to do it? Yes. Watir-webdriver is just an API on top of selenium-webdriver. Željko -- -- Before posting, please read http://watir.com/support. In short: search

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

2014-10-24 Thread Xuemin Yin
Željko, Thanks a lot for the help! I was able to get node-webkit working (automated) using selenium-webdriver, really appreciate it. Another question: is it possible to use *watir-webdriver* to do it? Thanks again, Xuemin On Thursday, October 23, 2014 4:01:32 AM UTC-4, Željko Filipin wrote:

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

2014-10-23 Thread Željko Filipin
On Wed, Oct 22, 2014 at 9:45 PM, Xuemin Yin xuemin@gmail.com wrote: 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 would with a Chrome browser. Try launching your app by providing path to it. Something like

[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] 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