Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check if exist not selected radiobutton
#1
Not Solved
Hi,
Im facing this kind of problem. Have in one radiobuttons group list of four radiobuttons.
A, B, C, D. Problem is that any of this product not every time exist (due setting of clients before). Every time when I get to this page with radiobuttons first one is selected.

Problem: I need check if eg. C exist and then select him and continue wizard. THis will continue until all available wizard will be finished. (hope this is clear)

What I have now is
Code:
If Browser("Some").Page("ONE").WebRadioGroup("productType").GetROProperty("value")="A"  Then
Browser("Some").Page("ONE").WebRadioGroup("productType").Select "A"
End if

But if you need check eg if exist B, you will have result false, becouse A is selected so results is A

Eny help, thanks a lot
Reply


Messages In This Thread
Check if exist not selected radiobutton - by sedin - 09-05-2012, 12:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Exist and Visible Are True When Objects Aren't There - Is there A Better Way? zunebuggy 3 2,751 04-24-2018, 02:12 PM
Last Post: Ankur
  Time Delay issue with Exist mv8167 11 24,032 06-19-2017, 02:56 PM
Last Post: grosorg
  DataGrid: double click on selected row robertosalemi 0 4,291 05-12-2016, 03:00 PM
Last Post: robertosalemi
  Performance Issues Using '.Exist' AndyBSG 2 3,189 12-12-2014, 03:24 PM
Last Post: AndyBSG
  datatable column exist diya 3 12,201 12-11-2012, 11:24 AM
Last Post: elango87

Forum Jump:


Users browsing this thread: 1 Guest(s)