Re: [Wtr-general] Clicking link in Ajax table

2007-06-04 Thread devya
Try ie.table(:name, xyz)[row][column].link(:text, Save PDS).click Please replace table identifier and row, coulmn numbers in above code line. I could not find the code attachment to your reply, so used some arbitary values (abc) for table identifier. Regards -Devyani

Re: [Wtr-general] Clicking link in Ajax table

2007-06-04 Thread Željko Filipin
Harmeet, Does this work? ie.table(:index, 2).link(:text, Save PDS).click Do you get an error message after this? ie.link(:text, Save PDS).click Zeljko -- ZeljkoFilipin.com ___ Wtr-general mailing list Wtr-general@rubyforge.org

[Wtr-general] To view the message send based on ID created.

2007-06-04 Thread sapna
Hi, Need your kind help for the below problem. In the application there's option to send query. After the query is made the same is displayed in different web page as n rows 2 columns in Date and subject fromate. Now I need to select the message under subject column the one I had sent. I saw

Re: [Wtr-general] To view the message send based on ID created.

2007-06-04 Thread Željko Filipin
Hi Sapna, Can you post relevant html snippet? Zeljko -- ZeljkoFilipin.com ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] select_list

2007-06-04 Thread Fletch
Hi All, Is it possible to select an item in a select list by index? I have a situation whereby either the test does not know, or does not care what it selects from a multiple select list, so each time I run this script I want to just select the first item in the select list.

Re: [Wtr-general] To view the message send based on ID created.

2007-06-04 Thread sapna
I don't know if this would help you out in figuring out the my problem. Please let me know. a href=/AppsUIWeb/SelfService/MessageDetail.aspx?id=1274messageToUser=FalseBill Payment Inquiry/a ___ Wtr-general mailing list Wtr-general@rubyforge.org

[Wtr-general] Unable to loc. obj excep. for obj visible through show_all_objects cmd

2007-06-04 Thread Vipul
hi, on executing following command $ie.frame(:index,2).show_all_objects i get the object image name=WorkOrderSummary1$roundedGroupBox$ibtnNewWorkOrder id=WorkOrderSummary1_roundedGroupBox_ibtnNewWorkOrder value= alt=New WorkOrder

Re: [Wtr-general] To view the message send based on ID created.

2007-06-04 Thread Željko Filipin
On 6/4/07, sapna [EMAIL PROTECTED] wrote: a href=/AppsUIWeb/SelfService/MessageDetail.aspx?id=1274messageToUser=FalseBill Payment Inquiry/a Sapna, What do you need to do? Click this link? This does not do it? ie.link(:text, Bill Payment Inquiry).click ie.link(:href, /id=1274/).click

[Wtr-general] Read a picture number

2007-06-04 Thread chitta
Hi,, Is this possible to read a picture number from a page and write it in the text field. Regards Chitta Ranjan ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Read a picture number

2007-06-04 Thread Prema Arya
Hi, You want to read the number from an image or text in the html code? give us a clear picture. Regards, Perma On 6/4/07, chitta [EMAIL PROTECTED] wrote: Hi,, Is this possible to read a picture number from a page and write it in the text field. Regards Chitta Ranjan

Re: [Wtr-general] length not recognized for array within a class

2007-06-04 Thread reinier
thanks, that was the solution ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] select_list

2007-06-04 Thread Ravi
@mainFrame.select_list(:name, 'availableItems').select(:index, 1) does not seem to do the trick. This should work: @mainFrame.select_list(:name, 'availableItems').getAllContents[0] ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] Wait issue with file_field.set, solution

2007-06-04 Thread Bret Pettichord
I'm responding to an old thread -- catching up on my email. In this proposal (from March), Ethan provided a Jira ticket and code patches. http://jira.openqa.org/browse/WTR-146 My understanding is that this proposal can be summarized in two points. 1. Provide the same options to Filefield#set

Re: [Wtr-general] Clicking link in Ajax table

2007-06-04 Thread Harmeet
How can I post the HTML code here in this message ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] Read a picture number

2007-06-04 Thread chitta
Yap, that's an image,, I am in a process to write a script which automate the total process of email creation in gmail, But during registration you can mark an image always populated which contain some random alphabets, later which user needs to type it by looking at the image,,, I Baffled

Re: [Wtr-general] Read a picture number

2007-06-04 Thread Jeff Fry
chitta wrote: Yap, that's an image,, I am in a process to write a script which automate the total process of email creation in gmail, But during registration you can mark an image always populated which contain some random alphabets, later which user needs to type it by looking at the

[Wtr-general] Read a picture number

2007-06-04 Thread chitta
Hi, That was not my intention, I really need more then 50 active email addresses for my testing purpose ,,, ok that's not an issue,, I will make it manually, unless I will try to make some alias mail id. Regards Chitta Ranjan ___ Wtr-general

Re: [Wtr-general] Read a picture number

2007-06-04 Thread Jeff Fry
chitta wrote: Hi, That was not my intention, I really need more then 50 active email addresses for my testing purpose ,,, ok that's not an issue,, I will make it manually, unless I will try to make some alias mail id. Cool - thanks for the explanation. I would say for 50 addresses

[Wtr-general] Read a picture number

2007-06-04 Thread chitta
Well ,, Thanks for the advice, I preferred to go manually. ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general