Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WebRadioGroup
#4
Solved: 11 Years, 8 Months ago
Hi,

For webradio group is selected or not..
Code:
strResult=Browser(strBrowser).Page(strPage).WebRadioGroup(strWebRadioGroup).GetROProperty("checked")
if strResult=True then
'Radio button is selected
Else
'Not seledcted

End IF

'For WebEdit
strValue=Browser(strBrowser).Page(strPage).WebEdit(strWebEdit).GetROProperty("enabled")

if strValue=True Then
'Web edit is enable
Else
'webedit id disabled
End If

Regards,
Ankesh
Reply


Messages In This Thread
WebRadioGroup - by sqadri - 01-11-2012, 05:18 AM
RE: WebRadioGroup - by sunnyk8 - 01-11-2012, 07:57 AM
RE: WebRadioGroup - by Rajsreemad - 01-11-2012, 09:26 AM
RE: WebRadioGroup - by Ankesh - 01-11-2012, 12:59 PM
RE: WebRadioGroup - by sqadri - 01-13-2012, 10:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to click a webradiogroup button silpavinod 2 28,203 01-17-2013, 03:31 PM
Last Post: vishalu.vs
  Webradiogroup silpavinod 3 5,122 10-23-2012, 03:06 PM
Last Post: harishshenoy

Forum Jump:


Users browsing this thread: 1 Guest(s)