Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IF Then else statement
#7
Solved: 11 Years, 5 Months, 2 Weeks ago
Hi Swetha, You can go this script , It may work .Here I used Exist Instead of (=True)
Code:
If Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebList("ctl00$ContentPlaceHolder1$ddlP").Select ("Email").Exist Then
Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebEdit("ctl00$ContentPlaceHolder1$txtE").Set "swetha.b@osmosys.asia"
Elseif Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebList("ctl00$ContentPlaceHolder1$ddlP").Select ("Phone").Exist Then
Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebEdit("ctl00$ContentPlaceHolder1$txtM").Set "(987)789-4563"
Else Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebEdit("ctl00$ContentPlaceHolder1$txtF").Set "(876)567-3456"
End if
Reply


Messages In This Thread
IF Then else statement - by swetha.b - 12-03-2009, 06:01 PM
RE: IF Then else statement - by Jyobtech - 12-03-2009, 06:25 PM
RE: IF Then else statement - by swetha.b - 12-03-2009, 07:58 PM
RE: IF Then else statement - by swetha.b - 12-04-2009, 11:17 AM
RE: IF Then else statement - by swetha.b - 12-04-2009, 12:47 PM
RE: IF Then else statement - by nil - 12-04-2009, 02:59 PM
RE: IF Then else statement - by Jyobtech - 12-04-2009, 03:32 PM
RE: IF Then else statement - by nil - 12-04-2009, 03:37 PM
RE: IF Then else statement - by MahalakshmiDevi - 12-04-2009, 04:09 PM
RE: IF Then else statement - by nil - 12-04-2009, 04:17 PM
RE: IF Then else statement - by swetha.b - 12-04-2009, 04:27 PM
RE: IF Then else statement - by nil - 12-04-2009, 04:32 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)