[wtr-general] Re: Unable to click on a radio button

2010-09-01 Thread Ashok Prabhu
The script does not show any error. It hangs at the step trying to
click on the radio button. Later it times out after sometime due to a
condition in our script.

On Sep 1, 12:21 pm, Željko Filipin zeljko.fili...@wa-research.ch
wrote:
 On Wed, Sep 1, 2010 at 8:22 AM, Ashok Prabhu ashokprab...@gmail.com wrote:
  However I m unable to
  click on it using the udefDisplayViewName attribute.

 And the error message is?

 Željko
 --
 watir.com - community manager
 watirpodcast.com - host
 testingpodcast.com - audio podcasts on software testing. all of them
 vidipodkast.com - pričamo o hardveru, softveru i časopisu Vidi

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com


[wtr-general] Re: Unable to click on a radio button

2010-09-01 Thread Ashok Prabhu
Yes, it is generated by a tool. I did not manually code the radio
button with the attribute.

~Ashok.

On Sep 1, 12:28 pm, Sharma Vishav sharma.vis...@gmail.com wrote:
 I am not sure if udefDisplayViewName is an standard html attribute and
 is supported by watir.
 is this code auto generated through some tool ?

 On Wed, Sep 1, 2010 at 6:22 PM, Ashok Prabhu ashokprab...@gmail.com wrote:
  I have a radio button with the following attributes. I m able to click
  on the radio button using the id attribute. However I m unable to
  click on it using the udefDisplayViewName attribute.

  input type=\'radio\' id=\'radio46\' udefDisplayViewName=\'Data\' 

  This is the watir code that is trying to click on it using the
  udefDisplayViewName.

  ie.modal_dialog.table(:index,1).cell(:index,
  5).radio(:udefDisplayViewName, Data).click

  Please help me out.

  Thanks,
  ~Ashok.

  --
  Before posting, please readhttp://watir.com/support. In short: search 
  before you ask, be nice.

  You received this message because you are subscribed 
  tohttp://groups.google.com/group/watir-general
  To post: watir-general@googlegroups.com
  To unsubscribe: watir-general+unsubscr...@googlegroups.com



-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com