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

2007-06-07 Thread sapna
Hi,

I think this [ie.link(:href, /id=1274/).click] will help me out but I have 
another question for this as the id created is dynamic it keep changing for 
every new transaction. So I need to make transaction and navigate to message 
page click on the Bill Payment Inquiry link based on the current ID created. So 
how do I fetch the ID.

Regards
Sapna
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


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

2007-06-05 Thread sapna
Hi,

I think this [ie.link(:href, /id=1274/).click] will help me out but I have 
another question for this as the id created is dynamic it keep changing for 
every new transaction. So I need to make transaction and navigate to message 
page click on the Bill Payment Inquiry link based on the current ID created. So 
how do I fetch the ID.

Regards
Sapna
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


[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 in the view source there is ID been created for it can I select it 
based on the id created or is there any othe way of doing this. Give me an idea 
how to implement in the WATIR script.


Regards
Sapna
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


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

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
http://rubyforge.org/mailman/listinfo/wtr-general


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

Zeljko
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general