Re: [wtr-general] Is Watir the right tool?

2017-02-15 Thread 'John Fitisoff' via Watir General
it's a browser automation tool that requires ruby, so basically if it's html and you can use ruby then the answer is yes From: "achirotou...@gmail.com" To: Watir General Sent: Wednesday, February 15, 2017 11:00 AM Subject:

[wtr-general] Is Watir the right tool?

2017-02-15 Thread achirotouch1
Hello, Our Company uses desktop application the legacy part of which is based on VB6 and the newer modules are in C#/.Net. Could someone possibly let me know, if Watir is the right tool for us? Thank you -- -- Before posting, please read http://watir.com/support. In short: search before you

Re: [wtr-general] Placing the value inside the text field loads the entire page, So Is there any function which will wait for the page load?

2017-02-15 Thread Raja gopalan
I replied back, the code which you have given is not working. I have given the written code of mine and also the error. hi, I have written this code b.text_field(:id,'policyStartDate').set '15/02/2017' b.text_field(:id,'policyStartDate').wait_until(&:stale?) But it's throwing this error