Re: [Wtr-general] click link in iframe?

2007-06-26 Thread sourabh jain
HOW U SOLVED YOUR PROBLEM TO CLICK A LINK IN IFRAME. I AM ALSO FACING SAME 
PROBLEM. CAN YOU TELL ME HOW WATIR IS RECOGNIZING LINK OF IFRAME.
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] click link in iframe?

2007-06-08 Thread mihai
no ideea?
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] click link in iframe?

2007-06-08 Thread Ethan Jewett
Mihai,

What is the code you are trying to use to click this menu link?

It will need to be something like ie.frame(:index, 1).link(:text,
Link text here).click

You might want to consider using something like the IE Developer
Toolbar or Firebug to see what is inside the iframe.

Ethan

On 6/8/07, mihai [EMAIL PROTECTED] wrote:
 no ideea?
 ___
 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


Re: [Wtr-general] click link in iframe?

2007-06-08 Thread mihai
tnx, i had a problem with ie.show_frames...it didn't display the frame..now 
that it works i've solve my problem too just like u said with 
ie.frame(:index,xx).frame(:index,yy)... and so on
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


[Wtr-general] click link in iframe?

2007-06-07 Thread mihai
i have this html code:

table border=0 cellpadding=0 cellspacing=0 width=100%  
  tr
td colspan=2  class=PContent   style=background-color: #FF; 
  IFRAME src = 
/blz/bzaShowLibrary.do?caller=Librarymodules=StandardAnalyticsmodules=CustomAnalyticsmodules=MyWorkspacemodules=Subscriptions
 width = 100% height = 546 scrolling = no frameborder = 0 /IFRAME
/td
  /tr
  /table

this is a meniu with submenius links: Standard Analytics, Custom Analytics, My 
Workspace...

and can i click Standard Analytics for example in watir?
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general