[wtr-general] Re: Not able to edit Text Field

2010-01-13 Thread lokesh.agra...@gmail.com
I resolved my problem in 2 ways ie.table(:id, "ivr_template:params").div(:index,1).click ie.send_keys("lokesh") and ie.table(:id, "ivr_template:params").div(:index,1).click ie.text_field(:index,1).set("lokesh") Thanks Prajakta and jw Regards, Lokesh Agrawal On Jan 13, 10:47 pm, jw wrote:

[wtr-general] Not able to edit Text Field

2010-01-11 Thread lokesh.agra...@gmail.com
Hi Guys, I am facing one problem. In my webpage I have table which has many TD/TR and Div Sample code lokesh Now, this Div is actually a text field where lokesh is written and I want to change it. I am able to find the div ie.table(:id, "ivr_template:params").div(:index,1).flash even I am abl

[wtr-general] Looking for Watir Runner

2009-05-14 Thread lokesh.agra...@gmail.com
Hi All, I am lokking for GUI interface (either web based or any other app) to invoke ruby scripts. I checked Rails Runner on wiki.openqa.org/display/WTR/Rails+test+runner+example+app but its not working with latest rails versions. Does anyone has any clue for this type of GUI Interface?? Tha

[wtr-general] Help needed in automation using Watir

2009-05-13 Thread lokesh.agra...@gmail.com
Hi All, I am doing web application automation using Watir. The problem I am facing is, whenever we get a new build from developers there are changes in id, name of some objects. Due to which our scripts fails and manually we need to find what are the changes by viewing source code. This is real

[wtr-general] Re: Excel Data Driven Harness with Database Verifications

2009-04-29 Thread lokesh.agra...@gmail.com
rming.  I haven't > done a lot of work with xsl, just enough to write the stylesheet > included with the framework.  I learned what I know here: > > http://www.w3schools.com/xsl/ > > Maybe you can find some tips on improving the report there. > > Hope this helps! >

[wtr-general] Excel Data Driven Harness with Database Verifications

2009-04-27 Thread lokesh.agra...@gmail.com
Hi All, I am using Excel Data Driven Harness with Database Verifications as framework in my project. http://wiki.openqa.org/display/WTR/Excel+Data+Driven+Harness+with+Database+Verifications There is one xsl sheet (transform-results.xsl)to convert xml report to HTML report. I don't like that repo

[wtr-general] Not Able to click popup

2009-04-20 Thread lokesh.agra...@gmail.com
Hi All, I have one button in my web spplication: When I click on button a Windows Internet Explorer pop up comes. I have to click on "OK" on that Pop up. I tried many methods given in Watir tutorials but nothing is working. Can anyone help me? Thanks for help. Lokesh Agrawal --~--~

[wtr-general] Re: button.Click_No_Wait only highlights the button, does not click

2009-02-02 Thread lokesh.agra...@gmail.com
rowse/WTR-279 > > lokesh.agra...@gmail.com wrote: > > Hi Bret, > > > Can you please tell me from where I can get the patch? > > > Thanks and Regards, > > Lokesh Agrawal > > > On Jan 20, 7:53 am, Bret Pettichord wrote: > > >> A patch that fixe

[wtr-general] Re: button.Click_No_Wait only highlights the button, does not click

2009-02-02 Thread lokesh.agra...@gmail.com
Hi Bret, Can you please tell me from where I can get the patch? Thanks and Regards, Lokesh Agrawal On Jan 20, 7:53 am, Bret Pettichord wrote: > A patch that fixes this problem was recently submitted to the > wtr-development list. > > Bret > > jensen2525 wrote: > > I ran into this issue and hav

[wtr-general] Re: button.Click_No_Wait only highlights the button, does not click

2009-02-02 Thread lokesh.agra...@gmail.com
Hi, I am facing the same problem. click_no_wait is just highlighting the button, it's not clicking button. I using XP and Watir 1.5.6 Any pointers for the same will be appreciated. Thanks and Regards, Lokesh Agrawal On Dec 12 2008, 7:58 pm, "larryni...@gmail.com" wrote: > Pramod, could you s