[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-06 Thread Vicky Goyal
Zelijko am little confused here. This is my link of webpage from where i need the table data and then have to insert into an excel sheet. $ie.link(:url, 'http://172.25.103.20/BCards/').click Now from this html page i need to pick up the table value and insert into an excel sheet, which i need

[wtr-general] Re: Stripping url

2009-05-06 Thread Jared
require 'uri' my_url=URI::parse(http://www.blah.com/uk/home.asp?variable;) puts my_url.scheme puts my_url.host puts my_url.path puts my_url.query You can put together the pieces you need: #{my_url.scheme}://#{my_url.host}#{my_url.path} So your code becomes: require 'watir' require 'uri'

[wtr-general] Re: Watir vs Selenium

2009-05-06 Thread vance
The first choice I made on the automated testing framework is WATIR. Sometimes I use selenium to pracitce the Java code. I think watir is the light framework for the web app testing and it's a much more aglie like framework. On 5月1日, 下午3时51分, venky venkatesh...@gmail.com wrote: Hi All, I

[wtr-general] Re: visible? method firefox

2009-05-06 Thread al3kc
It works for me http://jira.openqa.org/browse/WTR-262 On May 5, 9:05 pm, aidy lewis aidy.le...@googlemail.com wrote: Hi, Do we have a visible? method that works in Firefox? -- Aidy blog:www.agiletester.co.uk twitter:http://twitter.com/aidy_lewis

[wtr-general] Re: How to control the drag object?

2009-05-06 Thread orde
Take a look at this thread: http://groups.google.com/group/watir-general/browse_thread/thread/a49a300d5cbc3e05/190fe490194a21ad?lnk=gstq=scroll+down#190fe490194a21ad Specifically, check out the code snippet from George. orde On May 6, 5:50 am, vance vancez...@gmail.com wrote: Hi All, I

[wtr-general] IE popup example on wiki.openqa.org

2009-05-06 Thread Jared
Hi, Just taking a quick look at the example on http://wiki.openqa.org/display/WTR/Security+Alerts Is this still the general way to do it, now that there's an actual Watir class 'Browser'? Jared --~--~-~--~~~---~--~~ You received this message because you are

[wtr-general] Re: Problem with ie.goto when we used to navigate between the tabs

2009-05-06 Thread Shweta
Hi Siva thanks a lot,the solution u had given is working i tried like this ie.cell(:text=text on the tab).click its working and iwas able to move to next tabs thanks once again Regards Shwetha On May 4, 6:15 pm, sHiVa krapa.ph...@gmail.com wrote: Hi Shweta, Index property will not visible