12-30-2010, 10:24 PM
When I ran the script using Select #0, I get a Syntax error.
The test run cannot continue due to a syntax error.
Syntax error
Line (19):
This is the code I am using is:
Thank You,
-Scott
The test run cannot continue due to a syntax error.
Syntax error
Line (19):
Code:
"Browser("MSS Landing").Page("MSS Landing").Frame("TargetContent").WebRadioGroup("SINGLE_SELECT_GRID$sels$0").Select #0"
This is the code I am using is:
Code:
Browser("xxx").Page("xxx Landing").Frame("TargetContent").Link("Find").Click
Browser("xxx 2.0").Dialog("Explorer User Prompt").WinEdit("Enter search string:").Set "George Washington"
Browser("xxx").Dialog("Explorer User Prompt").WinButton("OK").Click
Browser("xxx Landing").Page("xxx Landing").Frame("TargetContent").WebRadioGroup("SINGLE_SELECT_GRID$sels$0").Select #0
Browser("xxx").Page("xxx Landing").Frame("TargetContent").WebButton("Continue").Click
Thank You,
-Scott