Re: [Wtr-general] clicking on a link using sub-text of the link text?

2006-07-28 Thread Zeljko Filipin
It would be 
easier if you posted your html so we could try to click that link at our machine instead of 
guessing.
Željko
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] clicking on a link using sub-text of the link text?

2006-07-28 Thread mi





I tried sending my html but it was bigger then 40K so here is the link
i get when i do a ie.show_links


http://test.server.com/junk.php?test=junk12345http://test.server.com/junk.php?test=junk12345

So basically, the link url is repeated


Zeljko Filipin wrote:
It would be 
easier if you posted your html so we could try to click that
link at our machine instead of 
guessing.
  
  Željko
  

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



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

[Wtr-general] clicking on a link using sub-text of the link text?

2006-07-27 Thread mi
Hi all,

I'm not sure whether it's even possible to do that BUT let me try asking

here is a one of the link in my web page that i need to click..
content starts here...
/..click below:
{blank line}
http://{static-text}/test.php?activate=blah, blah, blah/

I tried ie.link{:url, /static-text/).click also tried 
ie.link(:aftertext, 'below:').click BUT i'm not a having a luck???

Thanks in advance!!!
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] clicking on a link using sub-text of the link text?

2006-07-27 Thread Ravishankar, MG
 
Try changing '{' to '(' 
ie.link(:url,/static-text/).click 
-Ravi 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of mi
Sent: Thursday, July 27, 2006 12:22 PM
To: wtr-general@rubyforge.org
Subject: [Wtr-general] clicking on a link using sub-text of the link
text?

Hi all,

I'm not sure whether it's even possible to do that BUT let me try
asking

here is a one of the link in my web page that i need to click..
content starts here...
/..click below:
{blank line}
http://{static-text}/test.php?activate=blah, blah, blah/

I tried ie.link{:url, /static-text/).click also tried
ie.link(:aftertext, 'below:').click BUT i'm not a having a luck???

Thanks in advance!!!
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

This e-mail message is being sent solely for use by the intended recipient(s) 
and may contain confidential information.  Any unauthorized review, use, 
disclosure or distribution is prohibited.  If you are not the intended 
recipient, please contact the sender by phone or reply by e-mail, delete the 
original message and destroy all copies. Thank you.
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] clicking on a link using sub-text of the link text?

2006-07-27 Thread mi
Yes, i do see the link when i do a ie.show_links() but i'm afraid that 
why it might not work...

show_links shows the link as similar to the below...

*/http://{static-text}/blah...blahhttp://{static-text}/blah..blah.../*

So the same text is showing twice in the show_links printout, that might 
be why it's not working

Xavier Noria wrote:
 On Jul 27, 2006, at 7:21 PM, mi wrote:

   
 here is a one of the link in my web page that i need to click..
 content starts here...
 /..click below:
 {blank line}
 http://{static-text}/test.php?activate=blah, blah, blah/

 I tried ie.link{:url, /static-text/).click also tried
 ie.link(:aftertext, 'below:').click BUT i'm not a having a luck???
 

 At least the first one should work (with the typo corrected, that  
 is). Does ie.show_links output that one?

 -- fxn



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

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