[wtr-general] How to identify link using title

2011-05-16 Thread vasu
Hi, Need your help to identify the object using title: View source is like this lia href=/fiAdmin/RequestAdjustment.do? menuClicked=true_HDIV_STATE_=11-12-86135506D1BCF0EE9FD18020F55412B5 class=MenuBarItemSubmenuAdjustments/a/li Please need help -- Before posting, please read

Re: [wtr-general] How to identify link using title

2011-05-16 Thread Željko Filipin
On Mon, May 16, 2011 at 8:30 AM, vasu br.vas...@gmail.com wrote: Need your help to identify the object using title: What have you tried so far? Željko -- watir.com - community manager watir.com/book - author watirpodcast.com - host viaqa.mobi conference on software testing - organizer --

[wtr-general] Re: How to identify link using title

2011-05-16 Thread Ivan Kabluchkov
browser.link(:text = Adjustments) -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.com

[wtr-general] How to deal with HTTP responce

2011-05-16 Thread Amit Bobade
Dear all: I am trying to deal with http response using watir. It is possible with watir? If yes, please tell me how to deal with response (status code), header, etc. -- Thanks and Regards, Amit -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.

[wtr-general] Re: Handling a window file upload dialog box

2011-05-16 Thread Super Kevy
Well why didn't you say the control was a flash control. I cannot be expected to understand your problem if you represent it incorrectly Flash is not supported. On May 14, 3:18 am, sumit kumar sumittaekwo...@gmail.com wrote: Hi Super kevy, Thanks for your help. However the points mentioned

[wtr-general] Re: No able to click hyperlink showing in the tablecell

2011-05-16 Thread sandy
Thanks for replying but these option is also not working. Please let me know if there is an another solution of this problem. On May 13, 7:55 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Fri, May 13, 2011 at 4:31 PM, sandy sandix...@gmail.com wrote: i am not able to click the

[wtr-general] Re: How to deal with HTTP responce

2011-05-16 Thread orde
This is more of a ruby question than watir question, but you can take a look at the Net:HTTP class: http://ruby-doc.org/stdlib/libdoc/net/http/rdoc/classes/Net/HTTP.html orde On May 16, 5:53 am, Сергей Демьянчук sergeydemjanc...@gmail.com wrote: Hi, Amit This is possible with Watir if you

[wtr-general] Re: No able to click hyperlink showing in the tablecell

2011-05-16 Thread George
Have you tried using flash to identify the larger containers? On May 16, 7:28 am, sandy sandix...@gmail.com wrote: Thanks for replying but these option is also not working. Please let me know if there is an another solution of this problem. On May 13, 7:55 pm, Željko Filipin

Re: [wtr-general] Re: Handling a window file upload dialog box

2011-05-16 Thread sumit kumar
I have updated my scripts by installing firewatir and flashwatir. So is there any Button click method that i can use to click on the flash button, if yes then please provide the detail method. Thanks in advance. On Mon, May 16, 2011 at 6:26 AM, Super Kevy kpe...@scholarshipamerica.orgwrote: